12345678910 |
- {
- "navigationBarBackgroundColor": "#FFF",
- "navigationBarTitleText": "售后退款",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true,
- "usingComponents": {
- "i-order-item": "../../components/refund-item/index",
- "i-load-more": "../../components/load-more/index"
- }
- }
|