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

scroll加载更多的bug #4

Open
KuiShang opened this issue May 30, 2017 · 1 comment
Open

scroll加载更多的bug #4

KuiShang opened this issue May 30, 2017 · 1 comment

Comments

@KuiShang
Copy link

content.vue 里面滚动到底部的判断 不会完全相等 改为
let flag = Math.floor(event.target.clientHeight + event.target.scrollTop) === Math.floor(event.target.scrollHeight);
才可以。
另外,希望博主出一些ssr的文章和实例作品哦~

@microzz
Copy link
Owner

microzz commented May 30, 2017

@KuiShang 感谢建议~

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

2 participants