寻求解决路径超出五层的解决办法
wx.reLaunch({
url: ‘…/…/enquiry/enquiry’,
success: function(res) {
wx.navigateTo({ url: “…/…/myOrder/myOrder”})
},
fail: function(res) {},
complete: function(res) {}
})
想利用这个办法解决路径超出五层的问题,但是点击左上角返回键时,就报错了,数据也加载不出来
navigateTo with an already exist webviewId;
navigateBack with an unexist webviewId