{
  "pages": [
    "pages/home/home",
    "pages/booking/booking",
    "pages/aboutSphere/aboutSphere",
    "pages/mall/mall",
    "pages/my/my",
    "pages/arenaDetail/arenaDetail",
    "pages/arenaDetail/vipRecharge",
    "pages/morePhotos/morePhotos",
    "pages/moreComment/moreComment",
    "pages/comfirmOrder/comfirmOrder",
    "pages/timeBooking/timeBooking",
    "pages/paysuccess/paysuccess",
    "pages/aboutBalls/aboutBalls",
    "pages/aboutBallsDetail/aboutBallsDetail",
    "pages/editInfo/editInfo",
    "pages/myOrder/myOrder",
    "pages/myWallet/myWallet",
    "pages/moneyEdit/moneyEdit",
    "pages/operateSuccess/operateSuccess",
    "pages/login/login",
    "pages/login/index",
    "pages/register/register",
    "pages/applyRefund/applyRefund",
    "pages/orderEvaluate/orderEvaluate"
  ],
  "subPackages": [],
  "window": {
    "navigationBarBackgroundColor": "#ffffff",
    "navigationBarTitleText": "",
    "navigationBarTextStyle": "black",
    "backgroundTextStyle": "dark"
  },
  "tabBar": {
    "color": "#888888",
    "selectedColor": "#FFA100",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "pages/home/home",
        "iconPath": "static/tabbar/House.png",
        "selectedIconPath": "static/tabbar/House_active.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/booking/booking",
        "iconPath": "static/tabbar/Timer.png",
        "selectedIconPath": "static/tabbar/Timer_active.png",
        "text": "订场"
      },
      {
        "pagePath": "pages/aboutSphere/aboutSphere",
        "iconPath": "static/tabbar/Basketball.png",
        "selectedIconPath": "static/tabbar/Basketball_active.png",
        "text": "约球"
      },
      {
        "pagePath": "pages/mall/mall",
        "iconPath": "static/tabbar/shopping.png",
        "selectedIconPath": "static/tabbar/shopping_active.png",
        "text": "商城"
      },
      {
        "pagePath": "pages/my/my",
        "iconPath": "static/tabbar/SmileyBlank.png",
        "selectedIconPath": "static/tabbar/SmileyWink_active.png",
        "text": "我的"
      }
    ]
  },
  "usingComponents": {}
}