Mpvue prohibited scroll down the page Monte layer

html part of the interface:

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

js portion Method:

touchForbidden(e) {
   e.preventDefault()
}

 

Guess you like

Origin blog.csdn.net/Raytheon107/article/details/88836548