app.json
3.05 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"pages": [
"pages/index/index",
"pages/userCenter/userCenter",
"pages/goodsCollect/goodsCollect",
"pages/addressManager/addressManager",
"pages/addressManager/addressEditer/addressEditer",
"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/goodsList/alphabetBrandList",
"pages/goodsList/categoryList",
"pages/goodsList/sizesList",
"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/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/groupPurchase/groupPurchase",
"pages/groupPurchase/groupPurchaseDetail",
"pages/groupPurchase/groupPurchaseResult",
"pages/orders/groupOrders",
"pages/groupPurchase/h5Page",
"pages/goodsList/brandStore",
"pages/webview/webview",
"pages/inviteFriend/inviteFriend",
"pages/evaluateList/evaluateList",
"pages/goodsList/ProductListFilterPage",
"pages/assist/assist",
"pages/classify/brands",
"pages/guang/typeList",
"pages/guang/tags",
"pages/guang/author",
"pages/guang/detail"
],
"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": "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/shopCart/shopCart",
"text": "购物车",
"iconPath": "images/shopcart_empty@2x.png",
"selectedIconPath": "images/shoppingcart@2x.png"
},
{
"pagePath": "pages/userCenter/userCenter",
"text": "我的",
"iconPath": "images/nav_mine_n@2x.png",
"selectedIconPath": "images/nav_mine_h@2x.png"
}
]
},
"subPackages": [
{
"root": "page/subPackage/",
"pages": [
"pages/couponList/couponList",
"pages/useCoupons/useCoupons",
"pages/unionShare/unionShare"
]
}
]
}