index.json 380 B

123456789101112
  1. {
  2. "navigationBarBackgroundColor": "#fff",
  3. "navigationBarTitleText": "我的订单",
  4. "navigationBarTextStyle": "black",
  5. "enablePullDownRefresh": true,
  6. "usingComponents": {
  7. "i-card": "../../components/card/index",
  8. "i-loadMore": "../../components/load-more/index",
  9. "i-money": "../../components/moneyFormat/index",
  10. "i-img": "../../components/img/index"
  11. }
  12. }