优惠shopId

This commit is contained in:
魏啾
2024-05-30 11:00:49 +08:00
parent 086f203d70
commit 5ce56b7030
2 changed files with 17 additions and 18 deletions

View File

@@ -385,7 +385,7 @@
this.seighT = data.windowHeight;
this.$u.getRect('.fourcontent').then(res => {
console.log(res.top)
this.Topdistance = res.top - res.height //滚动距离
this.Topdistance = res.top - res.height - 20 //滚动距离
})
}
})