{
|
"pages": [
|
"pages/index/index",
|
"pages/mall/mall",
|
"pages/community/community",
|
"pages/mine/mine",
|
"pages/search/search",
|
"pages/special-zone/special-zone",
|
"pages/login/login",
|
"pages/details/details",
|
"pages/shopping-cart/shopping-cart",
|
"pages/confirm-order/confirm-order",
|
"pages/address/address",
|
"pages/new-address/new-address",
|
"pages/payment-successful/payment-successful",
|
"pages/select-city/select-city",
|
"pages/article-details/article-details",
|
"pages/settings/settings",
|
"pages/message/message",
|
"pages/change-binding/change-binding",
|
"pages/agreement-description/agreement-description",
|
"pages/order/order",
|
"pages/order-details/order-details",
|
"pages/my-points/my-points",
|
"pages/coupon/coupon",
|
"pages/coupon-details/coupon-details",
|
"pages/share/share",
|
"pages/coupon-rewards/coupon-rewards",
|
"pages/my-collection/my-collection",
|
"pages/distributor/distributor",
|
"pages/sales-details/sales-details"
|
],
|
"subPackages": [
|
{
|
"root": "pagesA",
|
"pages": [
|
"pages/product-management/product-management",
|
"pages/write-off/write-off",
|
"pages/write-off-a/write-off-a",
|
"pages/order/order",
|
"pages/order-details/order-details",
|
"pages/my-membership/my-membership",
|
"pages/my-qualifications/my-qualifications",
|
"pages/virtual-account/virtual-account",
|
"pages/withdraw/withdraw",
|
"pages/withdraw-select/withdraw-select",
|
"pages/add-bank-card/add-bank-card",
|
"pages/withdraw-success/withdraw-success",
|
"pages/withdrawal-details/withdrawal-details"
|
]
|
}
|
],
|
"window": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "鼎元农机",
|
"navigationBarBackgroundColor": "#ffffff",
|
"backgroundColor": "#F8F8F8"
|
},
|
"tabBar": {
|
"color": "#808080",
|
"selectedColor": "#111111",
|
"borderStyle": "black",
|
"backgroundColor": "#fff",
|
"list": [
|
{
|
"pagePath": "pages/index/index",
|
"iconPath": "static/icon/nav_home@2x.png",
|
"selectedIconPath": "static/icon/nav_home_sel@2x.png",
|
"text": "首页"
|
},
|
{
|
"pagePath": "pages/mall/mall",
|
"iconPath": "static/icon/nav_shangcheng@2x.png",
|
"selectedIconPath": "static/icon/nav_shangcheng_sel@2x.png",
|
"text": "商城"
|
},
|
{
|
"pagePath": "pages/community/community",
|
"iconPath": "static/icon/nav_shequ@2x.png",
|
"selectedIconPath": "static/icon/nav_shequ_sel@2x.png",
|
"text": "社区"
|
},
|
{
|
"pagePath": "pages/mine/mine",
|
"iconPath": "static/icon/nav_wode@2x.png",
|
"selectedIconPath": "static/icon/nav_wode_sel@2x.png",
|
"text": "我的"
|
}
|
]
|
},
|
"requiredPrivateInfos": [
|
"getLocation",
|
"chooseLocation"
|
],
|
"permission": {
|
"scope.userLocation": {
|
"desc": "用于获取周边经销商位置"
|
}
|
},
|
"usingComponents": {}
|
}
|