-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpages.json
44 lines (44 loc) · 870 Bytes
/
pages.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
{
"pages": [
{
"path": "pages/index/index"
},
{
"path": "pages/webview/webview"
},
{
"path": "pages/eatwhat/eatwhat"
}
],
"tabBar": {
"borderStyle": "black",
"backgroundColor": "white",
"color": "#333333",
"fontSize": "24upx",
"selectedColor": "#f4c242",
"list": [
{
"pagePath": "pages/index/index",
"text": "领券",
"iconPath": "static/home.png",
"selectedIconPath": "static/home-active.png"
},
{
"pagePath": "pages/eatwhat/eatwhat",
"text": "吃什么",
"iconPath": "static/whatwedo.png",
"selectedIconPath": "static/whatwedo-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "今日神券",
"navigationBarBackgroundColor": "#ea3855",
"backgroundColor": "#FFFFFF",
"titleView": false,
"h5": {
"titleNView": false
}
}
}