1234567891011 |
- {
- "usingComponents": {
- "van-loading": "@vant/weapp/loading/index",
- "goods-item-large": "../../components/goods-item-large"
- },
- "navigationBarTitleText": "商品展示",
- "backgroundColor": "#F6F6F6",
- "backgroundTextStyle": "dark",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 50
- }
|