-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathapp.json
More file actions
49 lines (47 loc) · 1.29 KB
/
app.json
File metadata and controls
49 lines (47 loc) · 1.29 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
{
"pages":[
"pages/yiguo/index/index",
"pages/yiguo/list/list",
"pages/yiguo/cart/cart",
"pages/yiguo/mine/mine",
"pages/yiguo/detail/detail"
],
"tabBar": {
"color": "#858585",
"selectedColor": "#008842",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list":[
{
"pagePath": "pages/yiguo/index/index",
"iconPath": "images/icons/btn-tabs_01.png",
"selectedIconPath": "images/icons/btn-tabs_07.png",
"text": "首页"
},
{
"pagePath": "pages/yiguo/list/list",
"iconPath": "images/icons/btn-tabs_03.png",
"selectedIconPath": "images/icons/btn-tabs_08.png",
"text": "分类"
},{
"pagePath": "pages/yiguo/cart/cart",
"iconPath": "images/icons/btn-tabs_05.png",
"selectedIconPath": "images/icons/btn-tabs_09.png",
"text": "购物车"
},
{
"pagePath": "pages/yiguo/mine/mine",
"iconPath": "images/icons/btn-tabs_06.png",
"selectedIconPath": "images/icons/btn-tabs_10.png",
"text": "我的"
}
]
},
"window":{
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#008842",
"navigationBarTitleText": "微信电商",
"navigationBarTextStyle": "white"
},
"debug": true
}