Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ToTop.vue 事件监听没有销毁 #88

Open
abigmiu opened this issue Feb 20, 2022 · 0 comments
Open

ToTop.vue 事件监听没有销毁 #88

abigmiu opened this issue Feb 20, 2022 · 0 comments

Comments

@abigmiu
Copy link

abigmiu commented Feb 20, 2022

// 第38行, this.throttler 返回的是一个新的函数A
window.addEventListener('scroll', this.throttler(this.getScrollTop, 300))
//  第75 行, 销毁的是定义好的 getScrollTop 函数, 而不是函数A
window.removeEventListener('scroll', this.getScrollTop)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant