方案1:给蒙板view增长.stop.prevent事件修饰符,以下: <view class="mask" @touchmove.stop.prevent="moveHandle"></view>日志
.stop.prevent
<view class="mask" @touchmove.stop.prevent="moveHandle"></view>
方案2:给其余view增长以下:code
view组件加一个catchtouchmove="false"事件
方案2 滑动的时候控制台会打印不少日志。。。。event