mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 06:26:44 +08:00
【增加阅读《保险条款》步骤,关于金掌桂签名确认页面部分阅读签字材料更新和新增的需求】阅读文件跳过
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -106,7 +106,6 @@ export default {
|
||||
// })
|
||||
|
||||
document.body.style.backgroundColor = '#fff'
|
||||
document.title = ''
|
||||
that.signVal = window.localStorage.getItem('sign-val')
|
||||
//保险条款循环阅读后,radio,isOver恢复初始状态
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user