forked from php-danfu.shenzhenbenwo.com

lefengyang
2025-09-10 3c9dcaf742cfa3e3c2b0843c8752cf7713aaf1fc
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
{
  "pages": [
    "pages/guide/index",
    "pages/index/index",
    "pages/order_addcart/order_addcart",
    "pages/user/index",
    "pages/goods_cate/goods_cate"
  ],
  "subPackages": [
    {
      "root": "pages/extension",
      "pages": [
        "customer_list/chat",
        "news_list/index",
        "news_details/index"
      ],
      "name": "extension"
    },
    {
      "root": "pages/goods",
      "pages": [
        "goods_list/index",
        "goods_search/index",
        "order_pay_status/index",
        "admin_order_detail/index",
        "goods_comment_con/index",
        "goods_comment_con/lottery_comment",
        "goods_comment_list/index",
        "goods_details_store/index",
        "goods_logistics/index",
        "goods_return/index",
        "goods_return_list/index",
        "lottery/grids/index",
        "lottery/grids/record",
        "order_confirm/index",
        "order_details/index",
        "order_list/index",
        "order_refund_goods/index",
        "receive_gifts_status/index",
        "receive_gift/index",
        "cashier/index"
      ],
      "name": "goods"
    },
    {
      "root": "pages/users",
      "pages": [
        "user_vip_areer/index",
        "privacy/index",
        "user_cancellation/index",
        "message_center/index",
        "message_center/messageDetail",
        "user_invoice_order/index",
        "scan_login/index",
        "user_invoice_list/index",
        "user_invoice_form/index",
        "wechat_login/index",
        "binding_phone/index",
        "retrievePassword/index",
        "user_info/index",
        "user_get_coupon/index",
        "visit_list/index",
        "user_goods_collection/index",
        "user_sgin/index",
        "user_sgin_list/index",
        "user_money/index",
        "user_bill/index",
        "user_integral/index",
        "user_coupon/index",
        "user_spread_user/index",
        "user_spread_code/index",
        "user_spread_money/index",
        "user_spread_money/receiving",
        "user_cash/index",
        "user_vip/index",
        "user_distribution_level/index",
        "user_address_list/index",
        "user_address/index",
        "user_phone/index",
        "user_payment/index",
        "user_pwd_edit/index",
        "promoter-list/index",
        "promoter-order/index",
        "promoter_rank/index",
        "commission_rank/index",
        "user_return_list/index",
        "login/index",
        "payment_on_behalf/index",
        "payment_on_behalf/pay_status",
        "staff_list/index"
      ],
      "name": "users",
      "plugins": {
        "live-player-plugin": {
          "version": "1.3.5",
          "provider": "wx2b03c6e691cd7370"
        }
      }
    },
    {
      "root": "pages/goods_details",
      "pages": [
        "index"
      ],
      "name": "goods_details"
    },
    {
      "root": "pages/activity",
      "pages": [
        "goods_bargain/index",
        "goods_bargain_details/index",
        "goods_combination/index",
        "goods_combination_details/index",
        "goods_combination_status/index",
        "goods_seckill/index",
        "goods_seckill_details/index",
        "poster-poster/index",
        "bargain/index",
        "presell/index"
      ],
      "name": "activity"
    },
    {
      "root": "pages/admin",
      "pages": [
        "custom_date/index",
        "order/index",
        "orderList/index",
        "orderDetail/index",
        "delivery/index",
        "statistics/index",
        "order_cancellation/index"
      ],
      "name": "adminOrder"
    },
    {
      "root": "pages/columnGoods",
      "pages": [
        "HotNewGoods/index",
        "HotNewGoods/feedback",
        "live_list/index"
      ],
      "name": "columnGoods"
    },
    {
      "root": "pages/annex",
      "pages": [
        "web_view/index",
        "vip_paid/index",
        "vip_coupon/index",
        "vip_clause/index",
        "vip_active/index",
        "offline_pay/index",
        "offline_result/index",
        "special/index",
        "settled/index"
      ]
    },
    {
      "root": "pages/points_mall",
      "pages": [
        "index",
        "integral_goods_list",
        "integral_goods_details",
        "exchange_record",
        "integral_order",
        "user_address",
        "integral_order_status",
        "integral_order_details",
        "logistics_details"
      ]
    }
  ],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "加载中",
    "navigationBarBackgroundColor": "#fff",
    "backgroundColor": "#F8F8F8",
    "titleNView": false,
    "pageOrientation": "portrait"
  },
  "tabBar": {
    "color": "#282828",
    "selectedColor": "#ff3366",
    "borderStyle": "white",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "static/images/1-001.png",
        "selectedIconPath": "static/images/1-002.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/goods_cate/goods_cate",
        "iconPath": "static/images/2-001.png",
        "selectedIconPath": "static/images/2-002.png",
        "text": "分类"
      },
      {
        "pagePath": "pages/order_addcart/order_addcart",
        "iconPath": "static/images/3-001.png",
        "selectedIconPath": "static/images/3-002.png",
        "text": "购物车"
      },
      {
        "pagePath": "pages/user/index",
        "iconPath": "static/images/4-001.png",
        "selectedIconPath": "static/images/4-002.png",
        "text": "我的"
      }
    ]
  },
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于查看与门店的距离"
    }
  },
  "requiredPrivateInfos": [
    "getLocation",
    "onLocationChange",
    "startLocationUpdateBackground",
    "chooseAddress"
  ],
  "__usePrivacyCheck__": true,
  "usingComponents": {
    "skeleton": "/components/skeleton/index",
    "page-loading": "/components/pageLoading",
    "easy-loadimage": "/components/easy-loadimage/easy-loadimage",
    "base-money": "/components/BaseMoney",
    "base-tag": "/components/BaseTag"
  },
  "sitemapLocation": "sitemap.json"
}