info.json 1.0 KB

12345678910111213141516171819202122232425
  1. {
  2. "navigationBarTitleText": "发货确认详情",
  3. "navigationBarBackgroundColor": "#4e73e2",
  4. "navigationBarTextStyle": "white",
  5. "navigationStyle":"custom",
  6. "usingComponents": {
  7. "van-divider": "@vant/weapp/divider/index",
  8. "van-tab": "@vant/weapp/tab/index",
  9. "van-tabs": "@vant/weapp/tabs/index",
  10. "van-sticky": "@vant/weapp/sticky/index",
  11. "van-nav-bar": "@vant/weapp/nav-bar/index",
  12. "van-goods-action": "@vant/weapp/goods-action/index",
  13. "van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
  14. "van-goods-action-button": "@vant/weapp/goods-action-button/index",
  15. "van-icon": "@vant/weapp/icon/index",
  16. "van-field": "@vant/weapp/field/index",
  17. "van-tag": "@vant/weapp/tag/index",
  18. "van-button": "@vant/weapp/button/index",
  19. "van-checkbox": "@vant/weapp/checkbox/index",
  20. "van-popup": "@vant/weapp/popup/index",
  21. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  22. "van-uploader": "@vant/weapp/uploader/index",
  23. "van-image": "@vant/weapp/image/index"
  24. }
  25. }