app.json
1.56 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
{
"pages":[
"pages/index/index",
"pages/category/category",
"pages/shopCart/shopCart",
"pages/userCenter/userCenter",
"pages/productList/index",
"pages/productListFilter/filter",
"pages/goodsList/goodsList",
"pages/webview/webview",
"pages/category/brands",
"pages/category/brandStore",
"pages/search/search",
"pages/goodsList/ProductListFilterPage",
"pages/navTest/index"
],
"window":{
"navigationBarBackgroundColor": "#3a3a3a",
"navigationBarTitleText": "Yoho!Buy有货",
"navigationBarTextStyle":"white",
"backgroundColor": "#fff",
"backgroundTextStyle": "dark",
"onReachBottomDistance": 100,
"navigationStyle": "custom"
},
"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": "我的"
}]
}
}