app.json
2 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
65
66
67
68
{
"pages": [
"pages/index/index",
"pages/userCenter/userCenter",
"pages/goodsCollect/goodsCollect",
"pages/addressManager/addressManager",
"pages/orders/orders",
"pages/orders/orderDetail/orderDetail",
"pages/search/search",
"pages/goodsList/goodsList",
"pages/goodsList/newArrival",
"pages/goodsList/brand",
"pages/goodsList/PromotionList",
"pages/goodsList/productPool",
"pages/goodsDetail/goodsDetail",
"pages/statements/statements",
"pages/paymentSuccessed/paymentSuccessed",
"pages/classify/category",
"pages/goodsList/activtyDetail",
"pages/activity/activityList",
"pages/shopCart/shopCart",
"pages/shopCart/giftPage",
"pages/useCoupon/useCoupon",
"pages/coupon/coupon",
"pages/orders/defraudtip/defraudtip",
"pages/antifraud/antifraud",
"pages/userCenter/service/service",
"pages/invoice/invoice",
"pages/homefloor/homefloor",
"pages/logisticsDetails/logisticsDetails",
"pages/choosecountry/choosecountry",
"pages/bindPhoneNumber/bindPhoneNumber",
"pages/envelopesActivity/envelopesActivity",
"pages/goodsList/brandStore"
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#3a3a3a",
"backgroundColor": "#fff",
"backgroundTextStyle": "dark"
},
"tabBar": {
"borderStyle": "#e0e0e0",
"color": "#b0b0b0",
"selectedColor": "#444444",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/nav_home_n@2x.png",
"selectedIconPath": "images/nav_home_h@2x.png"
},
{
"pagePath": "pages/classify/category",
"text": "分类",
"iconPath": "images/X_pl_ic_n@3x.png",
"selectedIconPath": "images/X_pl_ic_h@3x.png"
},
{
"pagePath": "pages/userCenter/userCenter",
"text": "我的",
"iconPath": "images/nav_mine_n@2x.png",
"selectedIconPath": "images/nav_mine_h@2x.png"
}
]
}
}