diff --git a/pages/index/index.vue b/pages/index/index.vue index cf20f15..e502de5 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -388,7 +388,7 @@ this.seighT = data.windowHeight; this.$u.getRect('.fourcontent').then(res => { console.log(res.top) - this.Topdistance = res.top - res.height - 18 //滚动距离 + this.Topdistance = res.top - res.height - 22 //滚动距离 }) } })