wx.switchTab({
url: '../shoppingTrolley/index',
success() {
var page = getCurrentPages().pop();
if (page == undefined || page == null) return;
page.onLoad();
}
})
小程序跳转页面后,动态刷新跳转页面
最新推荐文章于 2024-06-08 01:00:00 发布