deposit.json 379 B

1234567891011121314
  1. {
  2. "usingComponents": {
  3. "van-icon": "@vant/weapp/icon/index",
  4. "taskOrder":"/components/taskOrder/taskOrder",
  5. "van-notice-bar": "@vant/weapp/notice-bar/index",
  6. "van-loading": "@vant/weapp/loading/index",
  7. "van-popup": "@vant/weapp/popup/index"
  8. },
  9. "navigationBarTitleText": "等待存入",
  10. "enablePullDownRefresh":true,
  11. "backgroundTextStyle": "dark"
  12. }