116 lines
2.5 KiB
JSON
116 lines
2.5 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/points/index",
|
|
"style": {
|
|
"navigationBarTitleText": "积分"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/role-select",
|
|
"style": {
|
|
"navigationBarTitleText": "身份选择"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/points/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "积分明细"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/coupon/my-coupons",
|
|
"style": {
|
|
"navigationBarTitleText": "我的优惠券"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/coupon/store-coupons",
|
|
"style": {
|
|
"navigationBarTitleText": "门店优惠券"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/profile",
|
|
"style": {
|
|
"navigationBarTitleText": "个人资料"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/verify-records",
|
|
"style": {
|
|
"navigationBarTitleText": "核销记录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/agreement",
|
|
"style": {
|
|
"navigationBarTitleText": "协议"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/merchant/index",
|
|
"style": {
|
|
"navigationBarTitleText": "门店管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/merchant/records",
|
|
"style": {
|
|
"navigationBarTitleText": "核销记录"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "黄岩停车积分",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F5F5F5"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#000000",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#FFFFFF",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/tab/ic_home.png",
|
|
"selectedIconPath": "static/tab/ic_home_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/points/index",
|
|
"text": "积分",
|
|
"iconPath": "static/tab/ic_points.png",
|
|
"selectedIconPath": "static/tab/ic_points_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"text": "我的",
|
|
"iconPath": "static/tab/ic_me.png",
|
|
"selectedIconPath": "static/tab/ic_me_s.png"
|
|
}
|
|
]
|
|
}
|
|
}
|