javascript - Limit the number of WeChat mini programs loaded
習慣沉默2017-06-26 10:57:56
0
2
1207
I use leancloud as the backend, taking leancloud's demo as an example. If there are 10 data in Todo, how can I limit the page to load 5 first, and then load the next 5 data after the user slides to the bottom?
Use paging to implement
Call: scroll-view: https://mp.weixin.qq.com/debu...
You can also use: onReachBottom
I’m here to test the reply process