123456789101112 |
- {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "我的订单",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true,
- "usingComponents": {
- "i-card": "../../components/card/index",
- "i-loadMore": "../../components/load-more/index",
- "i-money": "../../components/moneyFormat/index",
- "i-img": "../../components/img/index"
- }
- }
|