order.json 523 B

1234567891011121314
  1. {
  2. "navigationBarTitleText": "订单列表",
  3. "navigationBarBackgroundColor": "#5677fc",
  4. "navigationBarTextStyle": "white",
  5. "enablePullDownRefresh": true,
  6. "usingComponents": {
  7. "tui-button": "../../components/extend/button/button",
  8. "tui-list-cell":"../../components/list-cell/list-cell",
  9. "tui-icon":"../../components/icon/icon",
  10. "tui-loadmore": "../../components/loadmore/loadmore",
  11. "tui-nomore": "../../components/nomore/nomore",
  12. "time-picker": "../../components/timePicker/timePicker"
  13. }
  14. }