【增加阅读《保险条款》步骤,关于金掌桂签名确认页面部分阅读签字材料更新和新增的需求】阅读文件跳过

This commit is contained in:
li.yuetong
2022-12-12 15:16:51 +08:00
parent 7ca670aeeb
commit 31ecbf99ee
3 changed files with 5 additions and 3 deletions

View File

@@ -324,7 +324,7 @@ export default {
message: '加载中……'
})
// 查看保险条款是否有,如果没有的话走原有逻辑
let isHasClauses = this.appntSign.some(item => {
let isHasClauses = this.insuredSign.some(item => {
return item.documentCode == '13' && (item.documentStatus == '0' || item.documentStatus == '2')
})
if(isHasClauses) {

View File

@@ -1367,6 +1367,7 @@ export default {
// return this.$toast('亲,被保险人与投保人关系为配偶,投保人或被保险人婚姻状况必须为已婚哦~')
// }
let insuredSex = this.userInfo.sex
console.log(JSON.parse(this.$CacheUtils.getLocItem('saleInsuredInfo')),'saleInsuredInfo')
let appntSex = JSON.parse(this.$CacheUtils.getLocItem('saleInsuredInfo')).sex
//投被保险人性别相同
if (insuredSex == appntSex) {

View File

@@ -106,7 +106,6 @@ export default {
// })
document.body.style.backgroundColor = '#fff'
document.title = ''
that.signVal = window.localStorage.getItem('sign-val')
//保险条款循环阅读后radioisOver恢复初始状态
that.radio = ''
@@ -166,7 +165,9 @@ export default {
// that.appntSign = item
that.tipsPolicyUrl = item.policyUrl
originalUrl = item.originalUrl
this.title = document.title = item.documentName
document.title = ''
this.title = item.documentName
document.title = item.documentName
console.log('that.appntSign', item.policyUrl)
break
}