-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathpages.json
166 lines (166 loc) · 3.72 KB
/
pages.json
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
{
"pages": [{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "喜茶GO",
"navigationStyle": "custom"
}
}, {
"path": "pages/order/order",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
}, {
"path": "pages/my/my",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/integrals/mall",
"style": {
"navigationBarTitleText": "积分商城"
}
}, {
"path": "pages/integrals/detail",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/my/wallet",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/my/mall",
"style": {}
}, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "喜茶GO",
"disableScroll": true
}
}, {
"path": "pages/mart/mart",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/my/code",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/my/info",
"style": {
"navigationBarTitleText": "个人资料"
}
}, {
"path": "pages/task-center/task-center",
"style": {
"navigationBarTitleText": "任务中心"
}
}, {
"path": "pages/integrals/scores",
"style": {
"navigationBarTitleText": "积分明细",
"disableScroll": true
}
}, {
"path": "pages/my/member",
"style": {
"navigationBarTitleText": "开通星球会员",
"navigationBarBackgroundColor": "#f6f6f6"
}
}, {
"path": "pages/addresses/addresses",
"style": {
"navigationBarTitleText": "收货地址"
}
}, {
"path": "pages/addresses/add",
"style": {
"navigationBarTitleText": "添加地址"
}
}, {
"path": "pages/pay/pay",
"style": {
"navigationBarTitleText": "订单结算"
}
}, {
"path": "pages/mart/detail",
"style": {
"navigationBarTitleText": "商品详情"
}
}, {
"path": "pages/home/group-dinner",
"style": {
"navigationBarTitleText": "企业团餐"
}
}, {
"path": "pages/order/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
}, {
"path": "pages/pay/remark",
"style": {
"navigationBarTitleText": "填写备注"
}
}, {
"path": "pages/gifts/gifts",
"style": {
"navigationBarTitleText": "阿喜有礼"
}
}, {
"path": "pages/my/benefits",
"style": {
"navigationBarTitleText": "会员权益"
}
}, {
"path": "pages/my/member-benefit",
"style": {
"navigationBarTitleText": "星球会员权益"
}
}],
"tabBar": {
"color": "#999999",
"selectedColor": "#343434",
"borderStyle": "white",
"backgroundColor": "#F7F7F7",
"fontSize": "16px",
"iconWidth": "30px",
"list": [{
"pagePath": "pages/home/home",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_selected.png",
"text": "首页"
}, {
"pagePath": "pages/index/index",
"iconPath": "static/images/tabbar/index.png",
"selectedIconPath": "static/images/tabbar/index_selected.png",
"text": "点单"
}, {
"pagePath": "pages/mart/mart",
"iconPath": "static/images/tabbar/mart.png",
"selectedIconPath": "static/images/tabbar/mart_selected.png",
"text": "百货"
}, {
"pagePath": "pages/order/order",
"iconPath": "static/images/tabbar/order.png",
"selectedIconPath": "static/images/tabbar/order_selected.png",
"text": "订单"
}, {
"pagePath": "pages/my/my",
"iconPath": "static/images/tabbar/my.png",
"selectedIconPath": "static/images/tabbar/my_selected.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FDFDFD"
}
}