代码改变世界

uniapp @touchmove.stop.prevent

2024-04-07 14:41  法子  阅读(356)  评论(0编辑  收藏  举报

若需要禁止蒙版下的页面滚动,可使用 @touchmove.stop.prevent="moveHandle"moveHandle 可以用来处理 touchmove 的事件,也可以是一个空函数。

<view class="mask" @touchmove.stop.prevent="moveHandle"></view>