This commit is contained in:
lihaoda
2020-02-05 14:25:34 +08:00
3 changed files with 9 additions and 18 deletions

View File

@@ -323,13 +323,6 @@ export default {
}
})
//判断this.chooseProducts是否含有productTrialYearDTO
// this.chooseProducts.forEach((item,index) => {
// })
// this.influenceAddRiskCodes
if (this.chooseProducts[0].influences && this.chooseProducts[0].influences.length > 0) {
this.influences = this.chooseProducts[0].influences
this.chooseProducts[0].influences.forEach(item => {

View File

@@ -368,8 +368,9 @@ export default {
window.localStorage.setItem('sign-val', val)
window.localStorage.setItem('sign-appnt', JSON.stringify(that.appntSign))
if (val == '0' || val == '2') {
//idtype不为身份证或年纪小于18岁跳过人脸识别
if (JSON.parse(this.$route.query.saleInsuredInfo).idType != '1' || JSON.parse(this.$route.query.saleInsuredInfo).age < '18') {
//idtype不为身份证跳过人脸识别
// if (JSON.parse(this.$route.query.saleInsuredInfo).idType != '1' || JSON.parse(this.$route.query.saleInsuredInfo).age < '18') {
if (JSON.parse(this.$route.query.saleInsuredInfo).idType != '1') {
that.goUrl()
} else {
this.idcardData.typeface = !this.idcardData.typeface
@@ -379,7 +380,8 @@ export default {
} else {
window.localStorage.setItem('sign-val', val)
window.localStorage.setItem('sign-insured', JSON.stringify(that.insuredSign))
if (JSON.parse(this.$route.query.saleInsuredPersonInfo).idType != '1' || JSON.parse(this.$route.query.saleInsuredPersonInfo).age < '18') {
// if (JSON.parse(this.$route.query.saleInsuredPersonInfo).idType != '1' || JSON.parse(this.$route.query.saleInsuredPersonInfo).age < '18') {
if (JSON.parse(this.$route.query.saleInsuredPersonInfo).idType != '1') {
that.insuredUrl()
} else {
this.idcardData.typeface = !this.idcardData.typeface

View File

@@ -627,8 +627,7 @@ export default {
status: '0',
offset: '10',
originUrl: location.href,
// commentKeyword: '认真', // 批注关键字
commentKeyword: '申请无效', // 批注关键字
commentKeyword: '认真', // 批注关键字
commentText: '本人已阅读保险条款、产品说明书和投保提示书,了解本产品的特点和保单利益的不确定性', // 批注文字
commentOffset: '30', // 批注偏移量
commentPos: '2', // 签字图片和关键字位置关系等于1时签字图片和关键字矩形重心重合
@@ -653,8 +652,7 @@ export default {
status: '0',
offset: '-140',
originUrl: location.href,
// commentKeyword: '认真', // 批注关键字
commentKeyword: '申请无效', // 批注关键字
commentKeyword: '认真', // 批注关键字
commentText: '本人已阅读保险条款、产品说明书和投保提示书,了解本产品的特点和保单利益的不确定性', // 批注文字
commentOffset: '30', // 批注偏移量
commentPos: '2', // 签字图片和关键字位置关系等于1时签字图片和关键字矩形重心重合
@@ -681,8 +679,7 @@ export default {
index: '1',
offset: '10',
pos: '3', //设置偏移量 3表示右侧
// commentKeyword: '认真',
commentKeyword: '申请无效', // 批注关键字
commentKeyword: '认真',
commentText: '本人已阅读保险条款、产品说明书和投保提示书,了解本产品的特点和保单利益的不确定性',
commentOffset: '28',
commentPos: '2',
@@ -712,8 +709,7 @@ export default {
index: '1',
offset: this.caOffset,
pos: '3', //设置偏移量 3表示右侧
// commentKeyword: '认真',
commentKeyword: '申请无效', // 批注关键字
commentKeyword: '认真',
commentText: '本人已阅读保险条款、产品说明书和投保提示书,了解本产品的特点和保单利益的不确定性',
commentOffset: '28',
commentPos: '2',