-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
47 lines (47 loc) · 1.26 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
{
"pages":[
"pages/index/index",
"pages/dingdan/evaluate/evaluate",
"pages/dingdan/dingdan",
"pages/my/my",
"pages/index-detail/order-complete/order-complete",
"pages/index-detail/order/order",
"pages/index-detail/menu/menu",
"pages/index-detail/index-detail",
"pages/location/location",
"pages/addlocation/addlocation",
"pages/index-item/index-item"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#1E1E1E",
"navigationBarTitleText": "华软食堂",
"navigationBarTextStyle":"white",
"enablePullDownRefresh":true,
"font-size":"50rpx"
},
"tabBar": {
"color": "#1E1E1E",
"selectedColor": "#FFD161",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/images/home.png",
"selectedIconPath": "/images/home-selected.png",
"text": "首页"
},
{
"pagePath": "pages/dingdan/dingdan",
"iconPath": "images/order.png",
"selectedIconPath": "images/order-selected.png",
"text": "订单"
},
{
"pagePath": "pages/my/my",
"iconPath": "images/my.png",
"selectedIconPath": "images/my-selected.png",
"text": "我"
}
]
}
}