businessDetail.json 366 B

1234567891011
  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. },
  8. "backgroundTextStyle": "dark",
  9. "enablePullDownRefresh": true,
  10. "onReachBottomDistance": 50
  11. }