order.json 736 B

123456789101112131415161718
  1. {
  2. "navigationBarBackgroundColor": "#FFF",
  3. "navigationBarTitleText": "订单详情",
  4. "navigationBarTextStyle": "black",
  5. "enablePullDownRefresh": false,
  6. "usingComponents": {
  7. "i-auth": "../../components/auth/index",
  8. "i-card": "../../components/card/index",
  9. "i-fixedBottom": "../../components/fixed-bottom/index",
  10. "i-dialog": "../../components/dialog/index",
  11. "i-order-info-express": "../../components/order/orderInfoExpress",
  12. "i-goods-info": "../../components/goodsInfo/index",
  13. "i-order-info": "../../components/orderInfo/index",
  14. "i-modal": "../../components/modal/index",
  15. "i-orderComment": "../../components/orderComment/index",
  16. "i-img": "../../components/img/index"
  17. }
  18. }