70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"pages": [
|
|
"pages/help/index/index",
|
|
"pages/shop/index/index",
|
|
"pages/order/index/index",
|
|
"pages/my/index/index",
|
|
"pages/login/login",
|
|
"pages/logs/logs",
|
|
"pages/help/package/index",
|
|
"pages/help/success/index",
|
|
"pages/help/community/index",
|
|
"pages/help/address/index/index",
|
|
"pages/help/address/edit/index",
|
|
"pages/shop/detail/index",
|
|
"pages/shop/success/index",
|
|
"pages/order/detail/index",
|
|
"pages/order/detail-group/index",
|
|
"pages/order/success/index",
|
|
"pages/my/coupon/index",
|
|
"pages/my/money/index",
|
|
"pages/my/firend/index",
|
|
"pages/my/setting/index/index",
|
|
"pages/shop/bill/index",
|
|
"pages/shop/bill_success/index",
|
|
"pages/my/setting/name/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
},
|
|
"tabBar": {
|
|
"color": "#222222",
|
|
"selectedColor": "#FFC300",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/help/index/index",
|
|
"text": "蜂快",
|
|
"iconPath": "assets/icon/tabs/tab1.png",
|
|
"selectedIconPath": "assets/icon/tabs/tab1-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/order/index/index",
|
|
"text": "订单",
|
|
"iconPath": "assets/icon/tabs/tab3.png",
|
|
"selectedIconPath": "assets/icon/tabs/tab3-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/index/index",
|
|
"text": "我的",
|
|
"iconPath": "assets/icon/tabs/tab4.png",
|
|
"selectedIconPath": "assets/icon/tabs/tab4-active.png"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "将获取你的位置,用于为你计算配送服务距离"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
]
|
|
} |