123456789101112131415161718 |
- {
- "navigationBarBackgroundColor": "#FFF",
- "navigationBarTitleText": "订单详情",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "usingComponents": {
- "i-auth": "../../components/auth/index",
- "i-card": "../../components/card/index",
- "i-fixedBottom": "../../components/fixed-bottom/index",
- "i-dialog": "../../components/dialog/index",
- "i-order-info-express": "../../components/order/orderInfoExpress",
- "i-goods-info": "../../components/goodsInfo/index",
- "i-order-info": "../../components/orderInfo/index",
- "i-modal": "../../components/modal/index",
- "i-orderComment": "../../components/orderComment/index",
- "i-img": "../../components/img/index"
- }
- }
|