<view @touchmove.stop.prevent="moveHandle"></view>
methods: {
moveHandle() {}
}
uniapp禁止遮罩层下的页面滚动
最新推荐文章于 2023-07-27 09:35:02 发布
<view @touchmove.stop.prevent="moveHandle"></view>
methods: {
moveHandle() {}
}