shopCart.json 516 B

1234567891011121314
  1. {
  2. "navigationBarTitleText": "购物车",
  3. "navigationBarBackgroundColor": "#ffffff",
  4. "navigationBarTextStyle": "black",
  5. "usingComponents": {
  6. "i-auth": "../../components/auth/index",
  7. "i-card": "../../components/card/index",
  8. "i-tabbar": "../../components/tabbar/index",
  9. "i-dialog": "../../components/dialog/index",
  10. "i-router-link": "../../components/router-link/router-link",
  11. "i-img": "../../components/img/index",
  12. "guess-like": "../../components/guess-like/index"
  13. }
  14. }