order.json 347 B

1234567891011
  1. {
  2. "navigationBarTitleText": "订单",
  3. "enablePullDownRefresh": true,
  4. "usingComponents": {
  5. "list-module": "/components/module/app-order-list",
  6. "app-tabs": "/components/plugin/tabs",
  7. "app-wrapper-empty": "/components/app-wrapper-empty",
  8. "modal-module": "/components/plugin/modal",
  9. "not-login": "/components/not-login"
  10. }
  11. }