wx.reLaunch 的BUG ,跳转指定页面,但并没有,而是直接去了首页?
wx.reLaunch({
url: ‘/pages/orderDetail/orderDetail?orderNo=’ + this.orderNo,
})
就这样,但去的是index页面
2 回复
建议检查一下代码,若还有问题,麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)