提交 ba37c536 authored 作者: lihuihui's avatar lihuihui

修改意见反馈

上级 ce3c396c
...@@ -25,7 +25,8 @@ export default { ...@@ -25,7 +25,8 @@ export default {
window.addEventListener('resize', () => { window.addEventListener('resize', () => {
document.body.clientHeight === resizeHeight ? this.showBtn = true : this.showBtn = false document.body.clientHeight === resizeHeight ? this.showBtn = true : this.showBtn = false
window.scroll(0, 0) window.scroll(0, 0)
window.innerHeight = window.outerHeight = resizeHeight const scrollTop = document.documentElement.scrollTop || document.body.scrollTop
document.documentElement.scrollTop = document.body.scrollTop = scrollTop
}) })
}, },
data() { data() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论