在小程序添加點擊按鈕實現重新渲染頁面
index.wxml文件
<button bindtap="onrefresh">重新渲染</button> //添加一個點擊重新渲染按鈕
index.js文件
, onrefresh:function(){ wx.showToast({ title: '開始重新渲染', icon: 'success', duration: 2000 }); this.onLoad();}//在onrefresh中完成重新渲染
, onrefresh:function(){
wx.showToast({
title: '開始重新渲染',
icon: 'success',
duration: 2000
});
this.onLoad();
}//在onrefresh中完成重新渲染
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529