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