We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1、在onReady、onShow中调用this.$page.scrollTo不生效,需要套一个定时器 2、getBoundingRect 容易获取不到数据,也需要套一个定时器 可以试试在onShow时,调用this.$page.scrollTo 使元素滚动一段距离,实测验证是不生效的,但是套一个延时器就正常了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1、在onReady、onShow中调用this.$page.scrollTo不生效,需要套一个定时器
2、getBoundingRect 容易获取不到数据,也需要套一个定时器
可以试试在onShow时,调用this.$page.scrollTo 使元素滚动一段距离,实测验证是不生效的,但是套一个延时器就正常了
The text was updated successfully, but these errors were encountered: