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 }} +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ 返回投保单列表 + 去支付 +
+
+ 去支付 + 分享 +
+ + - 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' } }) },