From d214a05e006f04ade85580f4e8683129376c1a0c Mon Sep 17 00:00:00 2001 From: zhouna Date: Mon, 16 Dec 2019 13:42:22 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E5=BE=AE=E4=BF=A1=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/InsuranceInformation.vue | 41 +++++++++++++++----- 1 file changed, 31 insertions(+), 10 deletions(-) diff --git a/src/views/ebiz/sale/InsuranceInformation.vue b/src/views/ebiz/sale/InsuranceInformation.vue index 48b90d5f5..3a7020e9d 100644 --- a/src/views/ebiz/sale/InsuranceInformation.vue +++ b/src/views/ebiz/sale/InsuranceInformation.vue @@ -249,19 +249,40 @@ export default { let url = '' if (that.changeCard) { url = 'SignatureConfirmation' + this.$jump({ + flag: 'h5', + extra: { + url: location.origin + '/#/sale/SignatureConfirmation' + }, + routerInfo: { + path: + '/sale/signatureConfirmation?orderNo=' + + localStorage.orderNo + + '&token=' + + localStorage.token + + '&saleInsuredInfo=' + + localStorage.saleInsuredInfo + + '&saleInsuredPersonInfo=' + + localStorage.saleInsuredPersonInfo + + '&relationToAppnt=' + + JSON.parse(window.localStorage.getItem('saleInsuredPersonInfo')).relationToAppnt + + '&signInvalid=' + + sessionStorage.getItem('signInvalid') + + '&airSign=1' + } + }) } else { url = this.productCode == 'GFRS_M0003' ? 'productTip' : 'insuranceTip' + this.$jump({ + flag: 'h5', + extra: { + url: location.origin + '/#/sale/' + url + }, + routerInfo: { + path: '/sale/' + url + } + }) } - - this.$jump({ - flag: 'h5', - extra: { - url: location.origin + '/#/sale/' + url - }, - routerInfo: { - path: '/sale/' + url - } - }) } else { that.$toast(res.resultMessage) }