app.json 1.76 KB
{
  "pages": [
    "pages/index/index",
    "pages/cart/cart",
    "pages/cart/ensure/ensure",
    "pages/cart/invoice/invoice",
    "pages/pay/success",
    "pages/home/home",
    "pages/home/order/order",
    "pages/home/order/detail",
    "pages/home/address/list",
    "pages/home/service/service",
    "pages/home/order/express/express",
    "pages/account/bindMobile",
    "pages/account/chooseArea",
    "pages/product/search/search",
    "pages/goodsDetail/goodsDetail",
    "pages/goodsList/productPool",
    "pages/goodsList/goodsList",
    "pages/goodsList/brandStore",
    "pages/shop/category/category",
    "pages/shop/list/list",
    "pages/webview/webview"
  ],
  "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": "static/images/home-light.png",
        "selectedIconPath": "static/images/home-dark.png"
      },
      {
        "pagePath": "pages/shop/category/category",
        "text": "分类",
        "iconPath": "static/images/category-light.png",
        "selectedIconPath": "static/images/category-dark.png"
      },
      {
        "pagePath": "pages/cart/cart",
        "text": "购物车",
        "iconPath": "static/images/cart-light.png",
        "selectedIconPath": "static/images/cart-dark.png"
      },
      {
        "pagePath": "pages/home/home",
        "text": "我的",
        "iconPath": "static/images/people-light.png",
        "selectedIconPath": "static/images/people-dark.png"
      }
    ]
  }
}