收藏
回答

页面的onShow函数里调用navigateBack不起作用,求解

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;
    }
}



为什么? 求解

回答关注问题邀请回答
收藏

1 个回答

  • moofee
    moofee
    2018-07-28

    navigateTo跳转过来的页面才能返回吧

    2018-07-28
    有用
    回复 1
    • hibor-za
      hibor-za
      2018-07-28

      谢谢,已解决。原来当前页面是由上家redirectTo跳过来的。所以。 握手

      2018-07-28
      回复
登录 后发表内容