navigateBack
onShow: function () { let pages = getCurrentPages(); let currentPage = pages[pages.length - 1]; if (currentPage.logout_called) { console.log( 'here...' ); currentPage.logout_called = undefined; wx.navigateBack({ }); return ; } } |
为什么? 求解
navigateTo跳转过来的页面才能返回吧
谢谢,已解决。原来当前页面是由上家redirectTo跳过来的。所以。 握手