Open soonfy opened 6 years ago
设置 enablePullDownRefresh = true
enablePullDownRefresh = true
定义 onPullDownRefresh() 处理函数
onPullDownRefresh()
刷新数据后,wx.stopPullDownRefresh 可以停止当前页面的下拉刷新
wx.stopPullDownRefresh
设置 onReachBottomDistance = 50
onReachBottomDistance = 50
定义 onReachBottom() 处理函数
onReachBottom()
变更弹出框状态
wx.showLoading() wx.showToast() wx.hideToast() wx.hideLoading()
变更导航条状态
wx.showNavigationBarLoading() wx.hideNavigationBarLoading()
soonfy
上拉刷新
设置
enablePullDownRefresh = true
定义
onPullDownRefresh()
处理函数刷新数据后,
wx.stopPullDownRefresh
可以停止当前页面的下拉刷新下滑更多
设置
onReachBottomDistance = 50
定义
onReachBottom()
处理函数UI
变更弹出框状态
变更导航条状态
soonfy