123456789101112 |
- {
- "usingComponents": {
- "customer-tab": "../../components/customer-tab/index",
- "goods-item-large": "../../components/goods-item-large",
- "van-loading": "@vant/weapp/loading/index",
- "business-detail-large": "../../components/business-detail-large",
- "goods-item-normal": "../../components/goods-item-normal"
- },
- "backgroundTextStyle": "dark",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 50
- }
|