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.
151 lines
4.0 KiB
151 lines
4.0 KiB
{
|
|
"pages": [
|
|
"pages/service",
|
|
"pages/login",
|
|
"pages/technician",
|
|
"pages/order",
|
|
"pages/mine"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "user/",
|
|
"pages": [
|
|
"pages/detail",
|
|
"pages/info",
|
|
"pages/collect",
|
|
"pages/technician-info",
|
|
"pages/comment",
|
|
"pages/cart",
|
|
"pages/order",
|
|
"pages/choose-time",
|
|
"pages/choose-technician",
|
|
"pages/address/list",
|
|
"pages/gonggao/list",
|
|
"pages/gonggao/item",
|
|
"pages/address/edit",
|
|
"pages/order/detail",
|
|
"pages/order/refund",
|
|
"pages/order/evaluate",
|
|
"pages/refund/list",
|
|
"pages/refund/detail",
|
|
"pages/channel/apply",
|
|
"pages/channel/income",
|
|
"pages/channel/poster",
|
|
"pages/common/web",
|
|
"pages/common/video",
|
|
"pages/coupon/list",
|
|
"pages/coupon/use",
|
|
"pages/coupon/share",
|
|
"pages/coupon/poster",
|
|
"pages/stored/list",
|
|
"pages/stored/commission",
|
|
"pages/stored/record",
|
|
"pages/stored/consume",
|
|
"pages/distribution/apply",
|
|
"pages/distribution/income",
|
|
"pages/distribution/record",
|
|
"pages/distribution/team",
|
|
"pages/distribution/poster",
|
|
"pages/distribution/bind-technician",
|
|
"pages/cash-out",
|
|
"pages/apply-result",
|
|
"pages/phone-code",
|
|
"pages/phone",
|
|
"pages/setting",
|
|
"pages/complainList/complainList",
|
|
"pages/complainList/complain",
|
|
"pages/chapingList/chapingList",
|
|
"pages/traffic/index",
|
|
"pages/chapingList/shensu",
|
|
"pages/myGroup/myGroup",
|
|
"pages/myGroup/myGroupOrder",
|
|
"pages/score/score",
|
|
"pages/download"
|
|
]
|
|
},
|
|
{
|
|
"root": "technician/",
|
|
"pages": [
|
|
"pages/apply",
|
|
"pages/time-manage",
|
|
"pages/income/index",
|
|
"pages/income/record",
|
|
"pages/income/car-fee-record",
|
|
"pages/income/integral",
|
|
"pages/order/list",
|
|
"pages/order/detail"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F8F8F8",
|
|
"onReachBottomDistance": 140
|
|
},
|
|
"tabBar": {
|
|
"color": "#666666",
|
|
"selectedColor": "#08BF77",
|
|
"backgroundColor": "#ffffff",
|
|
"height": "50px",
|
|
"fontSize": "11px",
|
|
"iconWidth": "22px",
|
|
"spacing": "3px",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/service",
|
|
"iconPath": "/static/shouye1.png",
|
|
"selectedIconPath": "/static/shouye2.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/technician",
|
|
"iconPath": "/static/jishi1.png",
|
|
"selectedIconPath": "/static/jishi2.png",
|
|
"text": "技师"
|
|
},
|
|
{
|
|
"pagePath": "pages/order",
|
|
"iconPath": "/static/dingdan1.png",
|
|
"selectedIconPath": "/static/dingdan2.png",
|
|
"text": "订单"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine",
|
|
"iconPath": "/static/wode1.png",
|
|
"selectedIconPath": "/static/wode2.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"plugins": {},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序距离展示"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation",
|
|
"chooseLocation"
|
|
],
|
|
"navigateToMiniProgramAppIdList": [],
|
|
"preloadRule": {},
|
|
"usingComponents": {
|
|
"banner": "/components/banner",
|
|
"column": "/components/column",
|
|
"fixed": "/components/fixed",
|
|
"search": "/components/search",
|
|
"auth": "/components/auth",
|
|
"tab": "/components/tab",
|
|
"abnor": "/components/abnor",
|
|
"load-more": "/components/load-more",
|
|
"upload": "/components/upload",
|
|
"min-countdown": "/components/min-countdown",
|
|
"uni-nav-bar": "/components/uni-nav-bar",
|
|
"uni-popup": "/components/uni-popup",
|
|
"common-popup": "/components/common-popup",
|
|
"common-list": "/components/common-list",
|
|
"fix-bottom-button": "/components/fix-bottom-button"
|
|
}
|
|
} |