app.json
2.64 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
{
"pages":[
"pages/index/index",
"pages/category/category",
"pages/shopCart/shopCart",
"pages/userCenter/userCenter",
"pages/productListFilter/filter",
"pages/webview/webview",
"pages/category/brands",
"pages/brandStore/brandStore",
"pages/search/search",
"pages/brandStore/brand",
"pages/userCenter/serviceFeedBack/serviceFeedBack",
"pages/userCenter/addressManager/addressManager",
"pages/userCenter/addressManager/addressEditer/addressEditer",
"pages/orders/orders",
"pages/orders/antifraud/antifraud",
"pages/orders/orderDetail/orderDetail",
"pages/orders/newArrival",
"pages/goodsDetail/goodsDetail",
"pages/shopCart/giftPage",
"pages/statements/statements",
"pages/productList/goodsList",
"pages/productList/PromotionList",
"pages/productList/productPool",
"pages/productListFilter/productListFilterPage",
"pages/productListFilter/alphabetBrandList",
"pages/productListFilter/sizesList",
"pages/productListFilter/categoryList",
"login/bind-phone-number/bind-phone-number",
"login/select-country/select-country",
"pages/invoice/invoice",
"pages/userCenter/goodsCollect/goodsCollect",
"pages/couponList/couponList",
"pages/useCoupons/useCoupons",
"pages/userCenter/refundGoods/refundGoods",
"pages/userCenter/inviteFriend/inviteFriend",
"pages/paymentSuccessed/paymentSuccessed",
"pages/guang/typeList",
"pages/guang/tags",
"pages/guang/author",
"pages/guang/detail"
],
"window":{
"navigationBarBackgroundColor": "#3a3a3a",
"navigationBarTitleText": "Yoho!Buy有货",
"navigationBarTextStyle":"white",
"backgroundColor": "#fff",
"backgroundTextStyle": "dark",
"onReachBottomDistance": 100,
"navigationStyle": "default"
},
"tabBar": {
"borderStyle": "#e0e0e0",
"color": "#b0b0b0",
"selectedColor": "#444444",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "images/tabbar_home_n@2x.png",
"selectedIconPath": "images/tabbar_home_h@2x.png",
"text": "首页"
}, {
"pagePath": "pages/category/category",
"iconPath": "images/tabbar_bl_n@3x.png",
"selectedIconPath": "images/tabbar_bl_h@3x.png",
"text": "分类"
}, {
"pagePath": "pages/shopCart/shopCart",
"iconPath": "images/tabbar_gwc_n@2x.png",
"selectedIconPath": "images/tabbar_gwc_h@2x.png",
"text": "购物车"
}, {
"pagePath": "pages/userCenter/userCenter",
"iconPath": "images/tabbar_mine_n@2x.png",
"selectedIconPath": "images/tabbar_mine_h@2x.png",
"text": "我的"
}]
}
}