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 @@
下一步
@@ -102,839 +102,837 @@
-
- 如您选择终止转账,我公司将按照承保前撤单处 理,请您谨慎选择
-
-
- 变更银行账号后,续期保险费(如有)默认使用新账 号信息进行转账支付
-
+ 如您选择终止转账,我公司将按照承保前撤单处 理,请您谨慎选择
+ 变更银行账号后,续期保险费(如有)默认使用新账 号信息进行转账支付
确定
diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue
index 68487b71e..8aa44d3f3 100644
--- a/src/views/ebiz/sale/SignatureConfirmation.vue
+++ b/src/views/ebiz/sale/SignatureConfirmation.vue
@@ -696,7 +696,9 @@ export default {
if (this.$route.query.airSign) {
sessionStorage.setItem('airSign', this.$route.query.airSign)
}
- 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)
if (this.$route.query.changeCard == '0') {
localStorage.setItem('changeCard', true)
diff --git a/src/views/ebiz/sale/SignatureConfirmationOld.vue b/src/views/ebiz/sale/SignatureConfirmationOld.vue
index 5ed3df3c8..c04867f33 100644
--- a/src/views/ebiz/sale/SignatureConfirmationOld.vue
+++ b/src/views/ebiz/sale/SignatureConfirmationOld.vue
@@ -315,7 +315,9 @@ export default {
this.$CacheUtils.setLocItem('saleInsuredInfo', this.$route.query.saleInsuredInfo)
this.$CacheUtils.setLocItem('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)
if (this.$route.query.signInvalid) {
diff --git a/src/views/ebiz/serve/AirSign.vue b/src/views/ebiz/serve/AirSign.vue
index 2f6624b90..c97f5f34e 100644
--- a/src/views/ebiz/serve/AirSign.vue
+++ b/src/views/ebiz/serve/AirSign.vue
@@ -15,10 +15,15 @@
{{
codeDisabled ? `${countDown}s后重新获取` : '获取验证码'
- }}
+ }}
-
+
上传照片与证件照对比
@@ -82,7 +87,9 @@ export default {
created() {
if (this.isWeixin) {
this.$CacheUtils.setLocItem('saleInsuredInfo', this.$route.query.saleInsuredInfo)
- window.localStorage.setItem('token', this.$route.query.token)
+ if (this.$route.query.token) {
+ window.localStorage.setItem('token', this.$route.query.token)
+ }
window.localStorage.setItem('policyNo', this.$route.query.policyNo)
this.idcardData.idcardName = JSON.parse(this.$route.query.saleInsuredInfo).name
this.idcardData.idcardNumber = JSON.parse(this.$route.query.saleInsuredInfo).idNo
@@ -120,7 +127,7 @@ export default {
operateCode: this.customerMobile,
system: 'agentApp',
operateCodeType: '0'
- }).then(res => {
+ }).then((res) => {
console.log(res)
if (res.result == 0) {
this.sid = res.sessionId
@@ -178,7 +185,7 @@ export default {
this.authCode = null
// eslint-disable-next-line no-unused-vars
return new Promise((resolve, reject) => {
- checkPhone(data).then(res => {
+ checkPhone(data).then((res) => {
if (res.result == '0') {
console.log(res)
this.show = true
@@ -203,7 +210,7 @@ export default {
if (e) {
that.disabled = false
} else {
- this.faceAuthCount.weixin++;
+ this.faceAuthCount.weixin++
if (this.faceAuthCount.weixin >= this.smsAuthNum) {
this.realPeopelCheck()
}
@@ -219,7 +226,7 @@ export default {
},
//根据数据字典 将后端返回的数据渲染到页面中
filterData(dictionary, key, pageData) {
- dictionary.forEach(item => {
+ dictionary.forEach((item) => {
if (pageData[key] == item.id) {
pageData[key + 'Text'] = item.text //渲染页面使用的字段
}
@@ -231,7 +238,7 @@ export default {
let data = {
policyNo: this.$route.query.policyNo
}
- getPolicyDetail(data).then(res => {
+ getPolicyDetail(data).then((res) => {
if (res.result == '0') {
let appntDTO = res.content.appntDTO
let orderInfoDTO = res.content.orderInfoDTO
@@ -249,8 +256,8 @@ export default {
this.filterData(dataDictionary.idType, 'idType', appntDTO)
that.appntDTO = appntDTO
// 被保险人信息
- res.content.insuredDTOs.map(insured => {
- insured.riskDTOLst.map(risk => {
+ res.content.insuredDTOs.map((insured) => {
+ insured.riskDTOLst.map((risk) => {
Number(risk.payIntv)
switch (risk.payIntv) {
case -1:
@@ -287,7 +294,7 @@ export default {
this.filterData(dataDictionary.sex, 'sex', insured)
this.filterData(dataDictionary.idType, 'idType', insured)
this.filterData(dataDictionary.relationToAppnt, 'relation', insured)
- insured.bnfDTOs.map(bnf => {
+ insured.bnfDTOs.map((bnf) => {
this.filterData(dataDictionary.bnfType, 'bnfType', bnf)
this.filterData(dataDictionary.sex, 'sex', bnf)
this.filterData(dataDictionary.idType, 'idType', bnf)
@@ -307,7 +314,7 @@ export default {
let params = {
contNo: this.$route.query.policyNo
}
- getReceiptSign(params).then(res => {
+ getReceiptSign(params).then((res) => {
if (res.result == '0') {
console.log('res', res)
this.$toast.clear()