Files
barter-app/pages.json
2021-07-26 17:08:03 +08:00

114 lines
2.7 KiB
JSON

{
"pages": [{
"path": "pages/index/index",
"name": "Index"
}, {
"path": "pages/user/index",
"name": "User"
}, {
"path": "pages/login/login",
"name": "Login"
}, {
"path": "pages/login/sms",
"name": "Sms"
}, {
"path": "pages/company/auth",
"style": {
"navigationBarTitleText": "企业认证",
"enablePullDownRefresh": false
}
}, {
"path": "pages/vip/index",
"style": {
"navigationBarTitleText": "会员",
"enablePullDownRefresh": false
}
}, {
"path": "pages/vip/pay",
"style": {
"navigationBarTitleText": "会员支付",
"enablePullDownRefresh": false
}
}, {
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "订单列表",
"enablePullDownRefresh": false
}
}, {
"path": "pages/order/details",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/order/submit",
"style": {
"navigationBarTitleText": "提交订单",
"enablePullDownRefresh": false
}
}, {
"path": "pages/property/cash",
"style": {
"navigationBarTitleText": "现金账户",
"enablePullDownRefresh": false
}
}, {
"path": "pages/property/eb",
"style": {
"navigationBarTitleText": "EB账户",
"enablePullDownRefresh": false
}
},
{
"path": "pages/property/integral",
"style": {
"navigationBarTitleText": "贡献值",
"enablePullDownRefresh": false
}
},
{
"path": "pages/property/token",
"style": {
"navigationBarTitleText": "数权账户",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#bababa",
"selectedColor": "#c82626",
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index",
"text": "易货",
"iconPath": "static/tabBar/tabBar_icon_00.png",
"selectedIconPath": "static/tabBar/tabBar_show_00.png"
}, {
"pagePath": "pages/property/token",
"text": "数权",
"iconPath": "static/tabBar/tabBar_icon_01.png",
"selectedIconPath": "static/tabBar/tabBar_show_01.png"
}, {
"pagePath": "pages/property/integral",
"text": "贡献值",
"iconPath": "static/tabBar/tabBar_icon_02.png",
"selectedIconPath": "static/tabBar/tabBar_show_02.png"
}, {
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "static/tabBar/tabBar_icon_03.png",
"selectedIconPath": "static/tabBar/tabBar_show_03.png"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "易货",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}