1 Star 0 Fork 0

翔翔大作战/订房小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 5.42 KB
一键复制 编辑 原始数据 按行查看 历史
lnx 提交于 2021-01-07 13:39 . 修改
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "在线预订",
"enablePullDownRefresh":true,
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/hotelhome/index",
"style": {
"navigationBarTitleText": "在线预订",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/personalCenter/about",
"style": {
"navigationBarTitleText": "关于肯天",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/user/update_tel",
"style": {
"navigationBarTitleText": "手机号绑定",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/controlbtn/model",
"style": {
"navigationBarTitleText": "情景模式",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/controlbtn/sacncodeToOne",
"style": {
"navigationBarTitleText": "入住验证(肯天)",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/controlbtn/sacncode",
"style": {
"navigationBarTitleText": "入住验证",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/personalCenter/personalCenter",
"style": {
"navigationBarTitleText": "个人信息",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/controlbtn/index",
"style": {
"navigationBarTitleText": "灯光控制",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/controlbtn/btn",
"style": {
"navigationBarTitleText": "远程开门",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/controlbtn/air",
"style": {
"navigationBarTitleText": "空调控制",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/controlbtn/Curtain",
"style": {
"navigationBarTitleText": "窗帘控制",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/hotelorder/order",
"style": {
"navigationBarTitleText": "订单确认",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/OrderDetails/OrderDetails",
"style": {
"navigationBarBackgroundColor":"#FB6040",
"navigationBarTextStyle":"white",
"navigationBarTitleText": "订单详情",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/public/login_choose",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/public/login_phone",
"style": {
"navigationBarTitleText": "手机号一键登录"
}
},
{
"path": "pages/user/user1",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
// #ifdef MP
// "navigationStyle": "custom",
// #endif
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent",
"buttons": [{
"fontSrc": "/static/yticon.ttf",
"text": "\ue60f",
"fontSize": "24",
"color": "#303133",
"width": "46px",
"background": "rgba(0,0,0,0)"
},
{
"fontSrc": "/static/yticon.ttf",
"text": "\ue744",
"fontSize": "28",
"color": "#303133",
"background": "rgba(0,0,0,0)",
"redDot": true
}
]
}
}
}
},
{
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "入住人"
}
}, {
"path": "pages/address/addressManage",
"style": {
"navigationBarTitleText": "新建地址"
}
},
{
"path" : "pages/integral/index",
"style" : {
"navigationBarTitleText": "个人积分"
}
},
{
"path" : "pages/integral/history",
"style" : {
"enablePullDownRefresh": true,
"navigationBarTitleText": "历史积分明细"
}
},
{
"path" : "pages/integral/exchange",
"style" : {
"navigationBarTitleText": "兑换商品明细"
}
},
{
"path" : "pages/coupon/center",
"style" : {
"navigationBarTitleText": "领券中心"
}
}, {
"path" : "pages/coupon/index",
"style" : {
"navigationBarTitleText": "我的优惠券"
}
}, {
"path" : "pages/order/mode",
"style" : {
"navigationBarTitleText": "全部订单",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f8f8f8"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#FF7A00",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "/static/images/icon/tab_home.png",
"selectedIconPath": "/static/images/icon/tab_home_c.png",
"text": "预订"
},
{
"pagePath": "pages/personalCenter/personalCenter",
"iconPath": "/static/images/icon/tab_my.png",
"selectedIconPath": "/static/images/icon/tab_my_c.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/flying_battle/booking-app.git
git@gitee.com:flying_battle/booking-app.git
flying_battle
booking-app
订房小程序
master

搜索帮助