-
Notifications
You must be signed in to change notification settings - Fork 3
/
app.json
39 lines (39 loc) · 940 Bytes
/
app.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
{
"pages": [
"pages/pintuan/pintuan",
"pages/pintuan/JoinGroup/JoinGroup",
"pages/pintuan/details/details",
"pages/pintuan/orderDetail/orderDetail",
"pages/pintuan/placeOrder/placeOrder",
"pages/user/user",
"pages/user/minTuan/myOrder/myOrder",
"pages/user/edit/edit"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#302e43",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "#fff",
"enablePullDownRefresh": true
},
"tabBar": {
"borderStyle": "white",
"color": "#000000",
"selectedColor": "#009c84",
"backgroundColor":"#ffffff",
"list": [
{
"pagePath": "pages/pintuan/pintuan",
"iconPath": "image/tab-shop.png",
"selectedIconPath": "image/tab-shop.png",
"text": "拼团"
},
{
"pagePath": "pages/user/user",
"iconPath": "image/tab-user.png",
"selectedIconPath": "image/tab-user.png",
"text": "我的"
}
]
}
}