微信小程序使用switchTab跳转后页面不刷新

helei 2020-12-14 664 12/14
wx.switchTab({
        url: '/pages/index/index',
        success: function (e) {  
          var page = getCurrentPages().pop();  
          if (page == undefined || page == null) return;  
          page.onLoad();  
        }  
      })

- THE END -

helei

12月14日15:27

最后修改:2020年12月14日
0