app.json 343 Bytes
{
  "pages": [
    "pages/index/index",
    "pages/account/chooseArea",
    "pages/account/bindMobile"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "限定发售",
    "navigationBarTextStyle": "black",
    "backgroundColor": "#f0f0f0"
  },
  "debug": true
}