WeChat Mini Programs scroll-view jitter.

1. When using < scroll-view > < / scroll-view > for multi-page data presentation, you want to refresh when the top is pulled down. Check API is probably written like this < scroll-view scroll-top= "{{scrollTop}}" class= "orderitem-conatiner" style= "height: {{scrollHeight}} px;" scroll-y= "true" bindscrolltoupper= "refresh" bindscrolltolower= "bindDownLoad" bindscroll= "scroll" > < / scroll >
look at the page and find frequent implementation of refresh methods, how to solve the page jitter.
refresh is to get the data of the first page
bindDownLoad is to get the data of the second and third pages.


has been resolved using onReachBottom.

Menu