猿问
回到首页
个人中心
反馈问题
注册登录
下载APP
首页
课程
实战
体系课
手记
专栏
慕课教程
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;}
0
0
0
打开App,查看更多内容
随时随地看视频
慕课网APP
相关分类
JavaScript
继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续