app.json 1.8 KB
{
  "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/goodsList/brandStore",
    "pages/search/search",
    "pages/goodsList/ProductListFilterPage",
    "pages/goodsList/brand",
    "pages/userCenter/serviceFeedBack/serviceFeedBack",
    "pages/userCenter/addressManager/addressManager",
    "pages/userCenter/addressManager/addressEditer/addressEditer",
    "pages/orders/orders",
    "pages/orders/antifraud/antifraud"
  ],
  "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": "我的"
    }]
  }
}