app.json
1.79 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
{
"pages": [
"pages/index/index",
"pages/cart/cart",
"pages/cart/gift/gift",
"pages/cart/ensure/ensure",
"pages/cart/invoice/invoice",
"pages/pay/success",
"pages/home/home",
"pages/home/order/order",
"pages/home/order/detail",
"pages/home/address/list",
"pages/home/service/service",
"pages/home/order/express/express",
"pages/account/bindMobile",
"pages/account/chooseArea",
"pages/product/search/search",
"pages/goodsDetail/goodsDetail",
"pages/goodsList/productPool",
"pages/goodsList/goodsList",
"pages/goodsList/brandStore",
"pages/shop/category/category",
"pages/shop/list/list",
"pages/webview/webview"
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#3a3a3a",
"backgroundColor": "#fff",
"backgroundTextStyle": "dark",
"onReachBottomDistance": 100
},
"tabBar": {
"borderStyle": "#e0e0e0",
"color": "#b0b0b0",
"selectedColor": "#444444",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/home-light.png",
"selectedIconPath": "static/images/home-dark.png"
},
{
"pagePath": "pages/shop/category/category",
"text": "分类",
"iconPath": "static/images/category-light.png",
"selectedIconPath": "static/images/category-dark.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "static/images/cart-light.png",
"selectedIconPath": "static/images/cart-dark.png"
},
{
"pagePath": "pages/home/home",
"text": "我的",
"iconPath": "static/images/people-light.png",
"selectedIconPath": "static/images/people-dark.png"
}
]
}
}