wx.relaunch报错
如图 调用wx.relaunch报错:fail can not invoke relaunch in background。
如图 调用wx.relaunch报错:fail can not invoke relaunch in background。
直接定时器然后relaunch
// 支付失败到失败页面setTimeout(() => { wx.reLaunch({ url: '/orderPackage/pages/line/payFail' });}, 300); |