app.json
3.91 KB
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
{
"pages": [
"pages/index/index/index",
"pages/goods/categoryList/categoryList",
"pages/cart/cart/cart",
"pages/cart/cart2/cart2",
"pages/cart/cart4/cart4",
"pages/goods/goodsInfo/goodsInfo",
"pages/goods/goodsList/goodsList",
"pages/goods/search/search",
"pages/order/refund_order/refund_order",
"pages/payment/payment/payment",
"pages/user/index/index",
"pages/user/order_list/order_list",
"pages/user/order_detail/order_detail",
"pages/user/visit_log/visit_log",
"pages/user/address_list/address_list",
"pages/user/userinfo/userinfo",
"pages/user/account/account",
"pages/user/comment/comment",
"pages/user/return_goods_list/return_goods_list",
"pages/user/userinfo_edit/userinfo_edit",
"pages/user/collect_list/collect_list",
"pages/user/coupon/coupon",
"pages/user/checkcoupon/checkcoupon",
"pages/user/add_address/add_address",
"pages/user/account_list/account_list",
"pages/user/points_list/points_list",
"pages/user/recharge_list/recharge_list",
"pages/user/withdrawals_list/withdrawals_list",
"pages/user/add_comment/add_comment",
"pages/user/return_goods_info/return_goods_info",
"pages/user/return_goods/return_goods",
"pages/user/withdrawals/withdrawals",
"pages/user/recharge/recharge",
"pages/user/message_notice/message_notice",
"pages/user/express/express",
"pages/user/binding_info/binding_info",
"pages/user/get_user_info/get_user_info",
"pages/activity/seckill_list/seckill_list",
"pages/activity/pind_list/pind_list",
"pages/togoin/togoin",
"pages/getphone/getphone",
"pages/team/team_success/team_success",
"pages/team/team_show/team_show",
"pages/team/team_ping/team_ping",
"pages/cart/cart2_pt/cart2_pt",
"pages/cart/cart_wk/cart_wk",
"pages/user/member/menber",
"pages/user/member/bring/bring",
"pages/user/member/bring/msg/msg",
"pages/user/member/account/account",
"pages/user/member/account_unable/account_unable",
"pages/user/member/cash_record/cash_record",
"pages/user/deposit/deposit",
"pages/user/deposit/prepaid/prepaid",
"pages/user/deposit/prepaid/msg/msg",
"pages/user/coupons/coupons",
"pages/user/coupons/qr_code/qr_code",
"pages/user/coupons/query/index",
"pages/user/coupons/exchange/exchange",
"pages/user/integral/integral",
"pages/user/integral/query/index",
"pages/user/integral/msg/msg",
"pages/user/userqy/userqy",
"pages/user/user_spsy/user_spsy",
"pages/user/user_fw/user_fw",
"pages/user/user_coupon/user_coupon",
"pages/user/grow_value/grow_value"
],
"permission": {
"scope.userLocation": {
"desc": "获取你的位置信息"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "加载中...",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#eeeeee",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#f23030",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index/index",
"text": "首页",
"iconPath": "images/bar/index.png",
"selectedIconPath": "images/bar/index_on.png"
},
{
"pagePath": "pages/goods/categoryList/categoryList",
"text": "分类",
"iconPath": "images/bar/fl.png",
"selectedIconPath": "images/bar/fl_on.png"
},
{
"pagePath": "pages/cart/cart/cart",
"text": "购物车",
"iconPath": "images/bar/car.png",
"selectedIconPath": "images/bar/car_on.png"
},
{
"pagePath": "pages/user/index/index",
"text": "我的",
"iconPath": "images/bar/user.png",
"selectedIconPath": "images/bar/user_on.png"
}
]
},
"debug": false,
"sitemapLocation": "sitemap.json"
}