-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
49 lines (49 loc) · 1.34 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"pages": [
"pages/main/main",
"pages/goods/goods",
"pages/order/order",
"pages/order_detail/order_detail",
"pages/more/more",
"pages/user_userMain/user_userMain",
"pages/logs/logs",
"pages/user_changedAddress/user_changedAddress",
"pages/index/index"
],
"tabBar": {
"selectedColor": "#515151",
"color": "#bfbfbf",
"list": [
{
"pagePath": "pages/main/main",
"iconPath": "resource/img/icon-paihangbang.png",
"selectedIconPath": "resource/img/icon-paihangbang-act.png",
"text": "商家"
},
{
"pagePath": "pages/order/order",
"iconPath": "resource/img/icon-kaoshi.png",
"selectedIconPath": "resource/img/icon-xuexi-act.png",
"text": "订单"
},
{
"pagePath": "pages/more/more",
"iconPath": "resource/img/icon-xuexi.png",
"selectedIconPath": "resource/img/icon-kaoshi-act.png",
"text": "更多"
},
{
"pagePath": "pages/user_userMain/user_userMain",
"iconPath": "resource/img/icon-me.png",
"selectedIconPath": "resource/img/icon-me-act.png",
"text": "我的"
}
]
},
"window": {
"backgroundColor": "#f2f2f2",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#787878",
"navigationBarTextStyle": "white"
}
}