60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/points/index",
|
|
"pages/mine/index",
|
|
"pages/login/index",
|
|
"pages/login/role-select",
|
|
"pages/points/detail",
|
|
"pages/coupon/my-coupons",
|
|
"pages/coupon/store-coupons",
|
|
"pages/mine/profile",
|
|
"pages/mine/verify-records",
|
|
"pages/mine/agreement",
|
|
"pages/merchant/index",
|
|
"pages/merchant/records"
|
|
],
|
|
"window": {
|
|
"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"
|
|
}
|
|
]
|
|
},
|
|
"permission": {
|
|
"scope.camera": {
|
|
"desc": "用于商户扫码核销优惠券"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation",
|
|
"chooseLocation"
|
|
],
|
|
"usingComponents": {}
|
|
} |