wx.switchTab({
url: '/pages/allGoods/allGoods',
success:function(e){
var page = getCurrentPages().pop();
if(page == undefined || page == null){
return;
}else{
page.onLoad();
}
}
})
微信小程序使用switchTab跳转后页面不刷新的问题:
最新推荐文章于 2025-02-23 21:29:36 发布