From 7fff2dc73b4daa2263e9c84a847c45a08213b3bd Mon Sep 17 00:00:00 2001 From: pangxingyue <120277894@qq.com> Date: Thu, 25 Mar 2021 19:45:50 +0800 Subject: [PATCH] =?UTF-8?q?GFRS-2215=E3=80=90=E5=BE=85=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E3=80=91=E9=87=8D=E6=96=B0=E6=8A=95=E4=BF=9D--=E7=AD=BE?= =?UTF-8?q?=E5=90=8D=E4=BF=AE=E6=94=B9--=E6=8F=90=E4=BA=A4=E4=BA=BA?= =?UTF-8?q?=EF=BC=9A=E5=BA=9E=E5=85=B4=E6=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/insureAgain/Payment.vue | 2 +- src/views/ebiz/insureAgain/SignatureConfirmation.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/insureAgain/Payment.vue b/src/views/ebiz/insureAgain/Payment.vue index 640b3d34b..187791232 100644 --- a/src/views/ebiz/insureAgain/Payment.vue +++ b/src/views/ebiz/insureAgain/Payment.vue @@ -159,7 +159,7 @@ export default { } }, mounted() { - this.orderNo = window.localStorage.getItem('orderNo') + this.orderNo = window.localStorage.getItem('newOrderNo') console.log('----保融form.action', config.payUrl) document.body.style.backgroundColor = '#fff' // 不在微信环境下 diff --git a/src/views/ebiz/insureAgain/SignatureConfirmation.vue b/src/views/ebiz/insureAgain/SignatureConfirmation.vue index 19d21db86..8dedf902c 100644 --- a/src/views/ebiz/insureAgain/SignatureConfirmation.vue +++ b/src/views/ebiz/insureAgain/SignatureConfirmation.vue @@ -1107,10 +1107,10 @@ export default { this.$jump({ flag: 'h5', extra: { - url: location.origin + '/#/sale/payMent' + url: location.origin + '/#/insureAgain/Payment' }, routerInfo: { - path: '/sale/payMent' + path: '/insureAgain/PayMent' } }) },