wx.redirectTo有时不跳转

发布于 7 年前作者 rchang9681 次浏览最后编辑 7 年前来自 ask

wx.redirectTo跳转的时候有时候跳有时候不跳,而且不管跳转不跳转都会走success的回调,跳的不是tabBar的页面

wx.redirectTo({

url: ‘pages/main/mainpage-reimpower/mainpage-reimpower’,

success: function () {

console.log(‘跳转成功’)

},

fail:function(res){

console.log(res)

}

})

1 回复
xiafu
xiafu1 楼5 年前

你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。