- 不说别的直接上代码 脑子记不住就用网络当脑子
- wx.switchTab({
-
url: '../wode/wode', //跳转我的页面
-
success: function (e) {
-
var page = getCurrentPages().pop();
-
if (page == undefined || page == null) return;
-
page.onLoad();
-
}
-
})
url: '../wode/wode', //跳转我的页面
success: function (e) {
var page = getCurrentPages().pop();
if (page == undefined || page == null) return;
page.onLoad();
}
})