uniapp 顶部下拉执行和底部上翻执行
“enablePullDownRefresh”: true
顶部下拉执行:
onPullDownRefresh()
uni.stopPullDownRefresh();
底部上翻执行:
onReachBottom()
uniapp 顶部下拉执行和底部上翻执行
https://github.com/chergn/chergn.github.io/c0a477967d4d/
“enablePullDownRefresh”: true
顶部下拉执行:
onPullDownRefresh()
uni.stopPullDownRefresh();
底部上翻执行:
onReachBottom()