app.json 478 Bytes
{
  "pages": [
    "pages/index/index",
    "pages/home/index",
    "pages/account/chooseArea",
    "pages/account/bindMobile",
    "pages/product/detail/detail",
    "pages/snapshootShare/snapshootShare"
  ],
  "window": {
    "backgroundTextStyle": "dark",
    "navigationBarBackgroundColor": "#3a3a3a",
    "navigationBarTitleText": "限定发售",
    "navigationBarTextStyle": "white",
    "backgroundColor": "#fff",
    "onReachBottomDistance": 250
  },
  "debug": true
}