wx.switchTab({
url: '/pages/cart/index',
success:function () {
var page = getCurrentPages().pop();
if (page == undefined || page == null) return;
page.onLoad(); //重新刷新页面
}
})
wx.switchTab({
url: '/pages/cart/index',
success:function () {
var page = getCurrentPages().pop();
if (page == undefined || page == null) return;
page.onLoad(); //重新刷新页面
}
})
转载于:https://www.cnblogs.com/shimily/articles/10756583.html