app.json
1.6 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/homepage/homepage",
"pages/login/login",
"pages/cart/cart",
"pages/orderbox/orderbox",
"pages/goodevalute/goodevalute",
"pages/addaddress/addaddress",
"pages/dizhibox/dizhibox",
"pages/message/message",
"pages/mine/mine",
"pages/goodtail/goodtail",
"pages/orderdetail/orderdetail",
"pages/sureorder/sureorder",
"pages/searchbox/searchbox",
"pages/goodkind/goodkind",
"pages/index/index",
"pages/logs/logs",
"pages/giftdetail/giftdetail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"selectedColor": "#FF5A4E",
"list": [
{
"pagePath": "pages/homepage/homepage",
"text": "首页",
"selectedColor": "#FF5A4E",
"iconPath": "img/shou.png",
"selectedIconPath": "img/shouactive.png"
},
{
"pagePath": "pages/goodkind/goodkind",
"text": "分类",
"selectedColor": "#FF5A4E",
"iconPath": "img/kind.png",
"selectedIconPath": "img/kindactive.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"selectedColor": "#FF5A4E",
"iconPath": "img/cart.png",
"selectedIconPath": "img/cartactive.png"
},
{
"pagePath": "pages/mine/mine",
"text": "会员中心",
"selectedColor": "#FF5A4E",
"iconPath": "img/huiyuan.png",
"selectedIconPath": "img/huiyaunactive.png"
}
]
}
}