businessDetail.json 429 B

123456789101112
  1. {
  2. "usingComponents": {
  3. "customer-tab": "../../components/customer-tab/index",
  4. "goods-item-large": "../../components/goods-item-large",
  5. "van-loading": "@vant/weapp/loading/index",
  6. "business-detail-large": "../../components/business-detail-large",
  7. "goods-item-normal": "../../components/goods-item-normal"
  8. },
  9. "backgroundTextStyle": "dark",
  10. "enablePullDownRefresh": true,
  11. "onReachBottomDistance": 50
  12. }