product.json 466 B

123456789101112
  1. {
  2. "navigationBarTitleText": "详情展示",
  3. "usingComponents": {
  4. "top-swiper": "/pages/product/common/topSwiper",
  5. "product-content": "/pages/product/common/productContent",
  6. "discounts": "/pages/product/common/discounts",
  7. "fresh-detail": "/pages/product/common/freshDetail",
  8. "content-text": "/pages/product/common/contentText",
  9. "product-bottom": "/pages/product/common/productBottom",
  10. "estimate": "/pages/product/common/estimate"
  11. }
  12. }