businessDetail.json 461 B

12345678910111213
  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. "backgroundColor": "#F6F6F6",
  10. "backgroundTextStyle": "dark",
  11. "enablePullDownRefresh": true,
  12. "onReachBottomDistance": 50
  13. }