diff --git a/src/views/ebiz/agentEenter/SignContract.vue b/src/views/ebiz/agentEenter/SignContract.vue index afe1cf29d..daa70caec 100644 --- a/src/views/ebiz/agentEenter/SignContract.vue +++ b/src/views/ebiz/agentEenter/SignContract.vue @@ -204,7 +204,9 @@ export default { //初始化信息 async init() { if (this.isWeixin) { - window.localStorage.setItem('token', this.$route.query.token) + if (this.$route.query.token) { + window.localStorage.setItem('token', this.$route.query.token) + } if (this.$route.query.signInvalid) { sessionStorage.setItem('signInvalid', this.$route.query.signInvalid) } diff --git a/src/views/ebiz/allowance/application/SignatureConfirmation/SignatureConfirmation.vue b/src/views/ebiz/allowance/application/SignatureConfirmation/SignatureConfirmation.vue index fbe971c8b..8039af486 100644 --- a/src/views/ebiz/allowance/application/SignatureConfirmation/SignatureConfirmation.vue +++ b/src/views/ebiz/allowance/application/SignatureConfirmation/SignatureConfirmation.vue @@ -151,7 +151,9 @@ export default { // 初始化 async init() { if (this.isWeixin) { - window.localStorage.setItem('token', this.$route.query.token) + if (this.$route.query.token) { + window.localStorage.setItem('token', this.$route.query.token) + } // let signInvalid = sessionStorage.getItem('signInvalid') // let rs = await this.checkSignInvalid(signInvalid) // 微信分享验证校验值 // if (rs == '1') { @@ -163,7 +165,11 @@ export default { //获取腾讯人脸识别URL后,重新跳回页面,验证腾讯人脸识别结果,成功的话调签字面板 if (localStorage['faceAuthWeXin-requestId'] && localStorage['faceAuthWeXin-bizToken'] && this.$route.query.faceAuthCountWeixin != undefined) { - this.getRecognitionResult(JSON.parse(localStorage['faceAuthWeXin-requestId']), JSON.parse(localStorage['faceAuthWeXin-bizToken']), JSON.parse(localStorage['orderNo'])) + this.getRecognitionResult( + JSON.parse(localStorage['faceAuthWeXin-requestId']), + JSON.parse(localStorage['faceAuthWeXin-bizToken']), + JSON.parse(localStorage['orderNo']) + ) } this.faceAuthCount.enjoy = this.$route.query.faceAuthCountAppnt == undefined ? 0 : Number(this.$route.query.faceAuthCountAppnt) this.faceAuthCount.weixin = this.$route.query.faceAuthCountWeixin == undefined ? 0 : Number(this.$route.query.faceAuthCountWeixin) diff --git a/src/views/ebiz/claims/SignatureConfirmation.vue b/src/views/ebiz/claims/SignatureConfirmation.vue index 10e37a151..0ac831478 100644 --- a/src/views/ebiz/claims/SignatureConfirmation.vue +++ b/src/views/ebiz/claims/SignatureConfirmation.vue @@ -213,7 +213,9 @@ export default { //从签名页调过来的标识 sessionStorage.setItem('airSign', this.$route.query.airSign) } - localStorage.setItem('token', this.$route.query.token) + if (this.$route.query.token) { + localStorage.setItem('token', this.$route.query.token) + } if (this.$route.query.signInvalid) { sessionStorage.setItem('signInvalid', this.$route.query.signInvalid) } diff --git a/src/views/ebiz/insureAgain/SignatureConfirmation.vue b/src/views/ebiz/insureAgain/SignatureConfirmation.vue index ea2cf77e4..86d70b183 100644 --- a/src/views/ebiz/insureAgain/SignatureConfirmation.vue +++ b/src/views/ebiz/insureAgain/SignatureConfirmation.vue @@ -396,7 +396,9 @@ export default { } // this.$CacheUtils.setLocItem('saleInsuredInfo', this.$route.query.saleInsuredInfo) // window.localStorage.setItem('saleInsuredPersonInfo', this.$route.query.saleInsuredPersonInfo) - window.localStorage.setItem('token', this.$route.query.token) + if (this.$route.query.token) { + window.localStorage.setItem('token', this.$route.query.token) + } window.localStorage.setItem('orderNo', this.$route.query.orderNo) // window.localStorage.setItem('relationToAppnt', this.$route.query.relationToAppnt) // window.localStorage.setItem('productCode', this.$route.query.productCode) diff --git a/src/views/ebiz/manpower/increaseStaffTools/CompanyIntroduction.vue b/src/views/ebiz/manpower/increaseStaffTools/CompanyIntroduction.vue index 3c45fdfa6..51edf5a6f 100644 --- a/src/views/ebiz/manpower/increaseStaffTools/CompanyIntroduction.vue +++ b/src/views/ebiz/manpower/increaseStaffTools/CompanyIntroduction.vue @@ -4,7 +4,7 @@

一、公司介绍

- 国富人寿保险股份有限公司是经中国银保监会批准,于2018年6月成立的全国性寿险公司。公司由广西投资集团、唯品会、吉安新年等8家知名企业共同出资创立,注册资本金15亿元,总部位于南宁市,是广西壮族自治区首家寿险法人机构。公司以“因为国富、所以民安”为使命,用心研发实惠产品,用爱提供实在服务,守护幸福美好生活。 + 国富人寿保险股份有限公司是经中国银保监会批准,于2018年6月成立的全国性寿险公司。公司由广西投资集团、唯品会、吉安新年等8家知名企业共同出资创立,注册资本金15亿元,总部位于南宁市,是广西壮族自治区首家寿险法人机构。公司以“因为国富、所以民安”为使命,用心研发实惠产品,用爱提供实在服务,守护幸福美好生活。

@@ -51,21 +51,21 @@
+ >
- - - - - - + + + + + +
本人已认真阅读和理解上述通知书内容,同意将其作为投保要约的有效组成部分并承诺遵守。本人已认真阅读和理解上述通知书内容,同意将其作为投保要约的有效组成部分并承诺遵守。
@@ -84,12 +84,12 @@ 下一步