<image :src="item.url"></image>
</swiper-item>
</swiper>
pages.json代码:{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
// 距离底部 50px 时触发
"app-plus": {
"pullToRefresh": {
"support": true,
"style": "circle",
"offset": "50px"
}
}
}
}
a***@163.com (作者)
是的,我把下拉刷新关闭之后就是正常的
2024-11-12 16:57
DCloud_UNI_LXH
回复 a***@163.com: 我使用模拟器 ios 17 ,运行 hello-uniapp 上的 swiper 示例,打开页面下拉刷新没有发现你所说的问题。如果可以的话,提供一个简单复现的 demo
2024-11-13 10:19
a***@163.com (作者)
回复 DCloud_UNI_LXH: demo放在下面一条评论了,您看看
2024-11-13 10:38