shopCart.json 662 B

1234567891011121314151617
  1. {
  2. "navigationBarTitleText": "购物车",
  3. "navigationBarBackgroundColor": "#ffffff",
  4. "navigationBarTextStyle": "black",
  5. "usingComponents": {
  6. "i-card": "../../components/card/index",
  7. "i-tabbar": "../../components/tabbar/index",
  8. "i-dialog": "../../components/dialog/index",
  9. "i-router-link": "../../components/router-link/router-link",
  10. "i-img": "../../components/img/index",
  11. "guess-like": "../../components/guess-like/index",
  12. "i-new-auth": "../../components/new-auth/index",
  13. "i-vip-price": "../../components/vipPrice/vipPrice",
  14. "i-sku": "../../components/sku/index",
  15. "ad-alert": "../../components/ad-alert/index"
  16. }
  17. }