Vue 弹出层时 禁止页面滑动

上代码html /***滑动限制***/ stop(){ var mo=function(e){e.preventDefault();}; document.body.style.overflow='hidden'; document.addEventListener("touchmove",mo,false);//禁止页面滑动
相关文章
相关标签/搜索