my-order.json 188 B

12345678
  1. {
  2. "navigationBarTitleText": "我的订单",
  3. "enablePullDownRefresh": true,
  4. "usingComponents": {
  5. "empty": "/component/empty/empty",
  6. "tabBar":"../../custom-tab-bar/index"
  7. }
  8. }