app.json 2 KB
{
  "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"
      }
    ]
  }
}