app.json 1.45 KB
{
  "pages": [
    "pages/login/login",
    "pages/index/index",
    "pages/logs/logs",
    "pages/point/point",
    "pages/balance/balance",
    "pages/order/order",
    "pages/coupon/coupon"
  ],
  "tabBar": {
    "color": "#7A7E83",
    "selectedColor": "#39f",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "/images/home.png",
        "selectedIconPath": "/images/home-active.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/coupon/coupon",
        "iconPath": "/images/coupon.png",
        "selectedIconPath": "/images/coupon-active.png",
        "text": "优惠券"
      },
      {
        "pagePath": "pages/point/point",
        "iconPath": "/images/point.png",
        "selectedIconPath": "/images/point-active.png",
        "text": "积分"
      },
      {
        "pagePath": "pages/balance/balance",
        "iconPath": "/images/money.png",
        "selectedIconPath": "/images/money-active.png",
        "text": "余额"
      },
      {
        "pagePath": "pages/order/order",
        "iconPath": "/images/sale.png",
        "selectedIconPath": "/images/sale-active.png",
        "text": "消费记录"
      }
    ]
  },
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "微信小程序",
    "navigationBarTextStyle": "black",
    "enablePullDownRefresh": true   
  }
}