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