-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
85 lines (85 loc) · 2.03 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
{
"pages": [
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "饿了么",
"enablePullDownRefresh": true
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "订单",
"enablePullDownRefresh": false
}
},
{
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path": "pages/selectAddress/selectAddress",
"style": {
"navigationBarTitleText": "选择收货地址",
"enablePullDownRefresh": false
}
},
{
"path": "pages/addAddress/addAddress",
"style": {
"navigationBarTitleText": "新增地址",
"enablePullDownRefresh": false
}
},
{
"path": "pages/shopDetail/shopDetail",
"style": {
"navigationBarTitleText": "饿了么",
"enablePullDownRefresh": false
}
},
{
"path": "pages/searchShop/searchShop",
"style": {
"navigationBarTitleText": "饿了么",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "饿了么",
"navigationBarBackgroundColor": "#409EFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#409EFF",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "static/image/elm.png",
"selectedIconPath": "static/image/elm-selected.png",
"text": "外卖"
},
{
"pagePath": "pages/me/me",
"iconPath": "static/image/order.png",
"selectedIconPath": "static/image/order-selected.png",
"text": "订单"
},
{
"pagePath": "pages/order/order",
"iconPath": "static/image/me.png",
"selectedIconPath": "static/image/me-selected.png",
"text": "我的"
}
]
}
}