mounted() {
window.addEventListener('scroll', this.handleScroll)
},
methods:{
handleScroll() {
this.screenHeight = document.documentElement.scrollTop || document.body.scrollTop;
console.log(this.screenHeight)
},
}
监听滚动条距离顶部的距离--js
最新推荐文章于 2024-09-30 14:33:03 发布