Blame view

app/pages/product/detail/detail.json 602 Bytes
htoooth authored
1
{
htoooth authored
2
  "navigationBarTitleText": "限定商品详情",
htoooth authored
3
  "enablePullDownRefresh": true,
htoooth authored
4 5 6 7 8
    "usingComponents": {
      "product-banner": "/components/product/detail/banner",
      "product-list": "/components/product/list",
      "view-title": "/components/layout/view-title/view-title",
      "copyright": "/components/layout/copyright/copyright",
htoooth authored
9
      "quick-navigation": "/components/layout/quick-navigation/quick-navigation",
htoooth authored
10
      "yoho-alert": "./components/alert/alert",
htoooth authored
11
      "assist-list": "./components/assist-list/assist-list",
htoooth authored
12
      "action-bar": "./components/action-bar/action-bar"
htoooth authored
13 14
    }
}