1234567891011 |
- {
- "usingComponents": {
- "van-loading": "@vant/weapp/loading/index",
- "business-item-normal": "../../components/business-item-normal"
- },
- "navigationBarTitleText": "供应商",
- "backgroundColor": "#F6F6F6",
- "backgroundTextStyle": "dark",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 50
- }
|