【关于附加综合意外伤害保险(乐享版)投保流程增加《个人信息使用授权》阅知勾选的申请】PersonalInformation投保单分享到微信跳转页面

This commit is contained in:
li.yuetong
2022-09-02 11:30:09 +08:00
parent ab2ef4179f
commit 5110ccc89b

View File

@@ -191,14 +191,31 @@ export default {
if (res.result == '0') { if (res.result == '0') {
this.$toast.clear() this.$toast.clear()
window.localStorage.setItem('detailJump', '') window.localStorage.setItem('detailJump', '')
let url = 'signatureConfirmation' let url = '/sale/signatureConfirmation'
this.$jump({ this.$jump({
flag: 'h5', flag: 'h5',
extra: { extra: {
url: location.origin + '/#/sale/' + url url: location.origin + '/#'+ url,
pullRefresh: '1',
backToFirst: '1'
}, },
routerInfo: { routerInfo: {
path: '/sale/' + url path:
url +'?orderNo=' +
localStorage.orderNo +
'&token=' +
localStorage.token +
'&saleInsuredInfo=' +
this.$CacheUtils.getLocItem('saleInsuredInfo') +
'&saleInsuredPersonInfo=' +
this.$CacheUtils.getLocItem('saleInsuredPersonInfo') +
'&relationToAppnt=' +
JSON.parse(this.$CacheUtils.getLocItem('saleInsuredPersonInfo')).relationToAppnt +
'&attachmentShow=' +
window.localStorage.getItem('attachmentShow') +
'&signInvalid=' +
sessionStorage.getItem('signInvalid') +
'&airSign=1'
} }
}) })
} else { } else {
@@ -242,13 +259,31 @@ export default {
if (res.result == '0') { if (res.result == '0') {
this.$toast.clear() this.$toast.clear()
window.localStorage.setItem('detailJump', '') window.localStorage.setItem('detailJump', '')
let url = '/sale/signatureConfirmation'
this.$jump({ this.$jump({
flag: 'h5', flag: 'h5',
extra: { extra: {
url: location.origin + '/#/sale/signatureConfirmation' url: location.origin + '/#'+ url,
pullRefresh: '1',
backToFirst: '1'
}, },
routerInfo: { routerInfo: {
path: '/sale/signatureConfirmation' path:
url +'?orderNo=' +
localStorage.orderNo +
'&token=' +
localStorage.token +
'&saleInsuredInfo=' +
this.$CacheUtils.getLocItem('saleInsuredInfo') +
'&saleInsuredPersonInfo=' +
this.$CacheUtils.getLocItem('saleInsuredPersonInfo') +
'&relationToAppnt=' +
JSON.parse(this.$CacheUtils.getLocItem('saleInsuredPersonInfo')).relationToAppnt +
'&attachmentShow=' +
window.localStorage.getItem('attachmentShow') +
'&signInvalid=' +
sessionStorage.getItem('signInvalid') +
'&airSign=1'
} }
}) })
} else { } else {