小程序設置頁面下拉刷新的案例:
在home.js文件添加以下代碼實現。
//下拉刷新onPullDownRefresh:function(){wx.showNavigationBarLoading() //在標題欄中顯示加載//模擬加載setTimeout(function(){// completewx.hideNavigationBarLoading() //完成停止加載wx.stopPullDownRefresh() //停止下拉刷新},1500);},
onPullDownRefresh:function()
{
wx.showNavigationBarLoading() //在標題欄中顯示加載
//模擬加載
setTimeout(function()
// complete
wx.hideNavigationBarLoading() //完成停止加載
wx.stopPullDownRefresh() //停止下拉刷新
},1500);
},
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529