-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
56 lines (56 loc) · 1.49 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
50
51
52
53
54
55
56
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/good/good",
"pages/delivery/delivery",
"pages/order/order",
"pages/profile/profile",
"pages/profile/advice/advice",
"pages/wallet/wallet",
"pages/ticket/ticket",
"pages/delivery/deliveryDetail/deliveryDetail",
"pages/login/login",
"pages/pay/pay",
"pages/help/help",
"pages/help/help_detail/help_detail",
"pages/wallet/wallet_record/wallet_record",
"pages/tour/tour",
"pages/order/evaluate/evaluate",
"pages/trial/trial",
"pages/profile/point/point"
],
"window": {
"navigationBarBackgroundColor": "#9a5afa",
"navigationBarTitleText": "妆口袋",
"navigationBarTextStyle": "#fff",
"backgroundTextStyle": "dark",
"backgroundColor": "#dbdbdb",
"enablePullDownRefresh": "false"
},
"tabBar": {
"color": "#8a8a8a",
"selectedColor": "#4c68b1",
"borderStyle": "black",
"list": [
{
"selectedIconPath": "images/home_selected.png",
"iconPath": "images/home_normal.png",
"pagePath": "pages/index/index",
"text": "优选"
},
{
"selectedIconPath": "images/order_selected.png",
"iconPath": "images/order_normal.png",
"pagePath": "pages/order/order",
"text": "订单"
},
{
"selectedIconPath": "images/my_selected.png",
"iconPath": "images/my_normal.png",
"pagePath": "pages/profile/profile",
"text": "我的"
}
]
}
}