businessDetail.json 508 B

1234567891011121314
  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. "navigationBarTitleText": "供应商详情",
  10. "backgroundColor": "#F6F6F6",
  11. "backgroundTextStyle": "dark",
  12. "enablePullDownRefresh": true,
  13. "onReachBottomDistance": 50
  14. }