You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.9 KiB
75 lines
1.9 KiB
{
|
|
"pages": [
|
|
"pages/index",
|
|
"pages/user/login",
|
|
"pages/user/payform",
|
|
"pages/user/index",
|
|
"pages/user/mycard",
|
|
"pages/user/payRecord",
|
|
"pages/store/index",
|
|
"pages/store/detail",
|
|
"pages/notice/list",
|
|
"pages/notice/detail",
|
|
"pages/question/list",
|
|
"pages/question/detail",
|
|
"pages/userguide",
|
|
"pages/card/index",
|
|
"pages/card/pay",
|
|
"pages/user/setting",
|
|
"pages/user/setpassword",
|
|
"pages/merchant/index",
|
|
"pages/merchant/login",
|
|
"pages/merchant/setpassword",
|
|
"pages/merchant/verify",
|
|
"pages/merchant/verifyRecord",
|
|
"pages/merchant/staff/add",
|
|
"pages/merchant/staff/list",
|
|
"pages/merchant/staff/stafinfo",
|
|
"pages/merchant/withdrawal/add",
|
|
"pages/merchant/withdrawal/list",
|
|
"pages/merchant/withdrawal/detail",
|
|
"pages/merchant/setting",
|
|
"pages/card/policy",
|
|
"pages/card/countinue",
|
|
"pages/user/rePay"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "雄安文化惠民",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"backgroundColor": "#fafafa",
|
|
"borderStyle": "black",
|
|
"color": "#515151",
|
|
"selectedColor": "#34b16f",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home_curr.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/card/index",
|
|
"iconPath": "static/tabbar/card.png",
|
|
"selectedIconPath": "static/tabbar/card_curr.png",
|
|
"text": "惠民卡"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"iconPath": "static/tabbar/my.png",
|
|
"selectedIconPath": "static/tabbar/my_curr.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "用户选择地址"
|
|
}
|
|
},
|
|
"usingComponents": {}
|
|
} |