forked from DreamPWJ/shoushou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
84 lines (84 loc) · 2.33 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
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
{
"pages": [
"pages/index/index",
"pages/index/information",
"pages/index/infofee",
"pages/referenceprice/referenceprice",
"pages/order/order",
"pages/order/orderdetails",
"pages/order/evaluate",
"pages/wallet/wallet",
"pages/wallet/recharge",
"pages/wallet/withdraw",
"pages/wallet/bankcard",
"pages/wallet/addbankcard",
"pages/wallet/credited",
"pages/news/news",
"pages/account/account",
"pages/account/login",
"pages/account/register",
"pages/account/binduser",
"pages/account/areainfofee",
"pages/account/accountinfo",
"pages/account/organizingdata",
"pages/account/findpassword",
"pages/account/updateuser",
"pages/account/accountsecurity",
"pages/account/bindingmobile",
"pages/account/bindingemail",
"pages/account/realname",
"pages/account/helpfeedback",
"pages/account/setting",
"pages/util/help",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#00A0FE",
"navigationBarTitleText": "收收",
"navigationBarTextStyle": "white",
"backgroundColor": "#f8f8f8"
},
"tabBar": {
"color": "#707070",
"selectedColor": "#00ACFF",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tabs/home-off.png",
"selectedIconPath": "images/tabs/home-on.png",
"text": "首页"
},
{
"pagePath": "pages/referenceprice/referenceprice",
"iconPath": "images/tabs/referenceprice-off.png",
"selectedIconPath": "images/tabs/referenceprice-on.png",
"text": "参考价"
},
{
"pagePath": "pages/wallet/wallet",
"iconPath": "images/tabs/money_bag.png",
"selectedIconPath": "images/tabs/money_bag_fill.png",
"text": "钱包"
},
{
"pagePath": "pages/news/news",
"iconPath": "images/tabs/news-off.png",
"selectedIconPath": "images/tabs/news-on.png",
"text": "消息"
},
{
"pagePath": "pages/account/account",
"iconPath": "images/tabs/account-off.png",
"selectedIconPath": "images/tabs/account-on.png",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 60000,
"downloadFile": 60000
}
}