排队支付小程序
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.
 

38 lines
990 B

{
"pages": [
"pages/merchant-login/merchant-login",
"pages/home-page/home-page",
"pages/user-orders/user-orders",
"pages/withdrawal-management/withdrawal-management",
"pages/account-opened/account-opened",
"pages/withdrawal-history/withdrawal-history",
"pages/queuing-information/queuing-information",
"pages/scan-code/scan-code"
],
"requiredPrivateInfos": [
"chooseAddress"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "排队支付",
"navigationBarTextStyle": "black",
"backgroundColor": "#fff"
},
"debug": false,
"sitemapLocation": "sitemap.json",
"usingComponents": {
"van-popup": "lib/vant/popup/index"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序定位"
}
},
"plugins": {
"chooseLocation": {
"version": "1.0.9",
"provider": "wx76a9a06e5b4e693e"
}
}
}