app.json
1.43 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
{
"pages": [
"pages/index/index",
"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/list/list",
"pages/product/list/shop",
"pages/product/search/search",
"pages/product/detail/detail",
"pages/product/category/category"
],
"window": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f0f0f0",
"backgroundTextStyle": "dark"
},
"tabBar": {
"borderStyle": "#e0e0e0",
"color": "#b0b0b0",
"selectedColor": "#444444",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/nav_home_n@2x.png",
"selectedIconPath": "static/images/nav_home_h@2x.png"
},
{
"pagePath": "pages/product/category/category",
"text": "分类",
"iconPath": "static/images/X_pl_ic_n@3x.png",
"selectedIconPath": "static/images/X_pl_ic_h@3x.png"
},
{
"pagePath": "pages/home/home",
"text": "我的",
"iconPath": "static/images/nav_mine_n@2x.png",
"selectedIconPath": "static/images/nav_mine_h@2x.png"
}
]
}
}