orders.json 275 B

123456789
  1. {
  2. "navigationBarTitleText": "订单管理",
  3. "navigationBarBackgroundColor": "#86a7da",
  4. "usingComponents": {
  5. "currency": "../../../../component/currency/currency",
  6. "format-time": "../../../../component/formatTime/formatTime"
  7. },
  8. "backgroundColor": "#f3f3f3"
  9. }