app.json
2.1 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
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"pages": [
"pages/home/home",
"pages/booking/booking",
"pages/aboutSphere/aboutSphere",
"pages/mall/mall",
"pages/my/my",
"pages/arenaDetail/arenaDetail",
"pages/arenaDetail/vipRecharge",
"pages/morePhotos/morePhotos",
"pages/moreComment/moreComment",
"pages/comfirmOrder/comfirmOrder",
"pages/timeBooking/timeBooking",
"pages/paysuccess/paysuccess",
"pages/aboutBalls/aboutBalls",
"pages/aboutBallsDetail/aboutBallsDetail",
"pages/editInfo/editInfo",
"pages/myOrder/myOrder",
"pages/myWallet/myWallet",
"pages/moneyEdit/moneyEdit",
"pages/operateSuccess/operateSuccess",
"pages/login/login",
"pages/login/index",
"pages/register/register",
"pages/applyRefund/applyRefund",
"pages/orderEvaluate/orderEvaluate"
],
"subPackages": [],
"window": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "",
"navigationBarTextStyle": "black",
"backgroundTextStyle": "dark"
},
"tabBar": {
"color": "#888888",
"selectedColor": "#FFA100",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "static/tabbar/House.png",
"selectedIconPath": "static/tabbar/House_active.png",
"text": "首页"
},
{
"pagePath": "pages/booking/booking",
"iconPath": "static/tabbar/Timer.png",
"selectedIconPath": "static/tabbar/Timer_active.png",
"text": "订场"
},
{
"pagePath": "pages/aboutSphere/aboutSphere",
"iconPath": "static/tabbar/Basketball.png",
"selectedIconPath": "static/tabbar/Basketball_active.png",
"text": "约球"
},
{
"pagePath": "pages/mall/mall",
"iconPath": "static/tabbar/shopping.png",
"selectedIconPath": "static/tabbar/shopping_active.png",
"text": "商城"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/tabbar/SmileyBlank.png",
"selectedIconPath": "static/tabbar/SmileyWink_active.png",
"text": "我的"
}
]
},
"usingComponents": {}
}