view.json 562 B

12345678910111213
  1. {
  2. "navigationBarTitleText": "商品详情",
  3. "usingComponents": {
  4. "navbar": "/components/navbar/navbar",
  5. "mescroll-body": "/uni_modules/mescroll-uni/components/mescroll-body/mescroll-body",
  6. "sku-action": "/components/sku-action/sku-action",
  7. "authorize": "/components/authorize/authorize",
  8. "goods-action": "/components/goods-action/goods-action",
  9. "goods-action-button": "/components/goods-action/goods-action-button",
  10. "goods-action-icon": "/components/goods-action/goods-action-icon",
  11. "loading": "/components/tool/loading"
  12. }
  13. }