猿问

vue2移动端 router-view 弹出时候 滑动页面 ios下 有时会触发上一层滑动

vue2移动端 router-view 弹出后, 滑动页面 有时候会有时会触发上一层滑动,缩放时候也会看见下一层页面,请问怎么解决?谢谢

缥缈止盈
浏览 1102回答 1
1回答

一只斗牛犬

,router-view 层设置如下data () {    return {      y:0    }  },created(){    this.y = document.body.scrollTop    document.body.setAttribute("class","hid");  },  destroyed(){    document.body.removeAttribute("class","hid");    document.body.scrollTop = this.y  },//样式中.hid{  position: fixed;}
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答