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