微信小程序实现下拉刷新
本文将简单介绍如何实现微信小程序的下拉刷新 将要使用的api: wx.showNavigationBarLoading(Object object) wx.showLoading(Object object) wx.hideLoading(Object object) wx.hideNavigationBarLoading(Object object) wx.stopPullDownRefresh(Object object) wx.request(Object object) //刷新 onRefresh(){ //在当前页面显示导航条加载动画 wx.showNavigationBarLoa […]