index.json 499 B

123456789101112131415
  1. {
  2. "navigationBarTitleText": "报港预约",
  3. "backgroundTextStyle": "dark",
  4. "enablePullDownRefresh": true,
  5. "usingComponents": {
  6. "van-field": "@vant/weapp/field/index",
  7. "van-popup": "@vant/weapp/popup/index",
  8. "van-sticky": "@vant/weapp/sticky/index",
  9. "van-search": "@vant/weapp/search/index",
  10. "van-icon": "@vant/weapp/icon/index",
  11. "van-empty": "@vant/weapp/empty/index",
  12. "van-button": "@vant/weapp/button/index",
  13. "van-loading": "@vant/weapp/loading/index"
  14. }
  15. }