| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
 | | { |  |   "pages": [ |  |     "pages/index/index", |  |     "pages/service/service", |  |     "pages/groupbuy/groupDetails", |  |      |  |     "pages/customerCenter/customerCenter", |  |     "pages/yuyue/khyuyue", |  |     "pages/yuyue/choseShop", |  |     "pages/yuyue/choseService", |  |     "pages/yuyue/chose", |  |     "pages/yuyue/choseMasseuse", |  |     "pages/yuyue/yyInfo", |  |     "pages/yuyue/yySuccess", |  |     "pages/service/details", |  |     "pages/article/article", |  |     "pages/welcome/welcome", |  |     "pages/phone/phone", |  |     "pages/yuyue/order", |  |     "pages/service/shopOrder", |  |     "pages/editAddress/editAddress", |  |     "pages/showAddress/showAddress", |  |     "pages/order/order", |  |     "pages/orderDetails/orderDetails", |  |     "pages/payOrder/paySuccess", |  |     "pages/payOrder/payError", |  |     "pages/payOrder/payOrder", |  |     "pages/logistics/logistics", |  |     "pages/refundOrder/refundOrder", |  |     "pages/refund/refund", |  |     "pages/applyRefund/applyRefund", |  |     "pages/productEvaluate/productEvaluate", |  |     "pages/webView/webView", |  |     "pages/service/service2", |  |     "pages/shopCar/shopCar", |  |     "pages/enterShopcoupon/enterShopcoupon", |  |     "pages/customerCoupons/customerCoupons", |  |     "pages/groupbuy/groupList", |  |     "pages/groupbuy/allPt", |  |     "pages/groupbuy/invited", |  |     "pages/miaosha/msList", |  |     "pages/groupbuy/groupOrder", |  |     "pages/checkRecord/recordList", |  |     "pages/checkRecord/recordInfo", |  |     "pages/shalong/shalongList", |  |     "pages/shalong/shalongDetail", |  |     "pages/ads/showAdPage", |  |     "pages/miaosha/msDetails", |  |     "pages/index-back/index", |  |     "pages/miaosha/msOrder", |  |     "pages/yuyue/shopOrder" |  |   |  |   ], |  |   "window": { |  |     "backgroundTextStyle": "light", |  |     "navigationBarTitleText": "肽妍", |  |     "navigationBarTextStyle": "black", |  |     "navigationBarBackgroundColor": "#fff" |  |   }, |  |   "tabBar": { |  |     "color": "#999999", |  |     "selectedColor": "#0CBF86", |  |     "borderStyle": "white", |  |     "backgroundColor": "#ffffff", |  |     "list": [ |  |       { |  |         "pagePath": "pages/index/index", |  |         "iconPath": "image/home.png", |  |         "selectedIconPath": "image/home_active.png", |  |         "text": "首页" |  |       }, |  |       { |  |         "pagePath": "pages/yuyue/khyuyue", |  |         "iconPath": "image/time.png", |  |         "selectedIconPath": "image/time_active.png", |  |         "text": "预约" |  |       }, |  |       { |  |         "pagePath": "pages/service/service2", |  |         "iconPath": "image/spa.png", |  |         "selectedIconPath": "image/spa_active.png", |  |         "text": "商城" |  |       }, |  |       { |  |         "pagePath": "pages/shopCar/shopCar", |  |         "iconPath": "image/shopping.png", |  |         "selectedIconPath": "image/shopping_active.png", |  |         "text": "购物车" |  |       }, |  |       { |  |         "pagePath": "pages/customerCenter/customerCenter", |  |         "iconPath": "image/user.png", |  |         "selectedIconPath": "image/user_active.png", |  |         "text": "我的" |  |       } |  |     ] |  |   }, |  |   "sitemapLocation": "sitemap.json", |  |   "permission": { |  |     "scope.userLocation": { |  |       "desc": "您的位置信息将用于收货地址" |  |     } |  |   } |  | } | 
 |