-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
61 lines (61 loc) · 1.77 KB
/
Copy pathapp.json
File metadata and controls
61 lines (61 loc) · 1.77 KB
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
{
"pages": [
"pages/game/game",
"pages/person-info/person-info",
"pages/card-market/card-market",
"pages/social/social",
"pages/game/pointprofit/pointprofit",
"pages/shopping-mall/shopping-mall",
"pages/game/buyflower/buyflower",
"pages/person-info/neighbour/neighbour"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "浦发信用卡",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#c5c5c5",
"selectedColor": "#1d3372",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/card-market/card-market",
"text": "卡中心",
"iconPath": "images/app/card-center-unselected.png",
"selectedIconPath": "images/app/card-center-selected.png"
},
{
"pagePath": "pages/game/game",
"text": "游戏",
"iconPath": "images/app/game-unselected.png",
"selectedIconPath": "images/app/game-selected.png"
},
{
"pagePath": "pages/shopping-mall/shopping-mall",
"text": "商城",
"iconPath": "images/app/shopping-unselected.png",
"selectedIconPath": "images/app/shopping-selected.png"
},
{
"pagePath": "pages/social/social",
"text": "社交",
"iconPath": "images/app/social-unselected.png",
"selectedIconPath": "images/app/social-selected.png"
},
{
"pagePath": "pages/person-info/person-info",
"text": "我的",
"iconPath": "images/app/person-info-unselected.png",
"selectedIconPath": "images/app/person-info-selected.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}