taro实现上拉下拉
# 下拉刷新
页面配置开启enablePullDownRefresh (opens new window), 页面组件监听onPullDownRefresh() (opens new window)回调。
# 上拉分页
配置onReachBottomDistance (opens new window)触底底部距离。 用onReachBottom() (opens new window)回调,实现上拉分页
编辑 (opens new window)
上次更新: 2023/04/04