index.json 460 Bytes
Newer Older
DX666 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{
  "navigationBarTitleText": "",
  "navigationStyle": "default",
  "enablePullDownRefresh": false,
  "onReachBottomDistance": 50,
  "disableScroll": false,
  "usingComponents": {
    "step": "/Component/step/index",
    "van-cell": "@vant/weapp/cell/index",
    "van-cell-group": "@vant/weapp/cell-group/index",
    "van-button": "@vant/weapp/button/index",
    "info-form": "../../Component/info-form/index",
    "van-field": "@vant/weapp/field/index"
  }
}