[FIX]微信分享修改

This commit is contained in:
zhouna
2019-12-16 13:42:22 +08:00
parent 0ee2d095ad
commit d214a05e00

View File

@@ -249,10 +249,30 @@ export default {
let url = '' let url = ''
if (that.changeCard) { if (that.changeCard) {
url = 'SignatureConfirmation' 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 { } else {
url = this.productCode == 'GFRS_M0003' ? 'productTip' : 'insuranceTip' url = this.productCode == 'GFRS_M0003' ? 'productTip' : 'insuranceTip'
}
this.$jump({ this.$jump({
flag: 'h5', flag: 'h5',
extra: { extra: {
@@ -262,6 +282,7 @@ export default {
path: '/sale/' + url path: '/sale/' + url
} }
}) })
}
} else { } else {
that.$toast(res.resultMessage) that.$toast(res.resultMessage)
} }