From 179bd809b880e5c7ce13b11cfcc0d3c943559973 Mon Sep 17 00:00:00 2001
From: pangxingyue <120277894@qq.com>
Date: Thu, 25 Mar 2021 19:04:46 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=88=87?=
=?UTF-8?q?=E6=8D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/ebiz/insureAgain/ProgressBar.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/ebiz/insureAgain/ProgressBar.vue b/src/components/ebiz/insureAgain/ProgressBar.vue
index aa28cb3ba..5444b51bb 100644
--- a/src/components/ebiz/insureAgain/ProgressBar.vue
+++ b/src/components/ebiz/insureAgain/ProgressBar.vue
@@ -1,7 +1,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
{{ underWriteData.bankName }}
+
+
+
+
+
+
+
+
+ 返回投保单列表
+ 去支付
+
+
+ 去支付
+ 分享
+
+
+
-
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 3/3] =?UTF-8?q?GFRS-2215=E3=80=90=E5=BE=85=E5=AE=8C?=
=?UTF-8?q?=E6=88=90=E3=80=91=E9=87=8D=E6=96=B0=E6=8A=95=E4=BF=9D--?=
=?UTF-8?q?=E7=AD=BE=E5=90=8D=E4=BF=AE=E6=94=B9--=E6=8F=90=E4=BA=A4?=
=?UTF-8?q?=E4=BA=BA=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'
}
})
},