Mpvue禁止蒙层下页面的滚动

html部分界面:

<div v-show="couponResultShow" @touchmove="touchForbidden"></div>

js部分的方法:

touchForbidden(e) {
   e.preventDefault()
}

猜你喜欢

转载自blog.csdn.net/Raytheon107/article/details/88836548
今日推荐