diff --git a/src/views/ebiz/sale/insuranceClauses.vue b/src/views/ebiz/sale/insuranceClauses.vue index 48580357c..738e090e7 100644 --- a/src/views/ebiz/sale/insuranceClauses.vue +++ b/src/views/ebiz/sale/insuranceClauses.vue @@ -107,6 +107,7 @@ export default { document.body.style.backgroundColor = '#fff' that.signVal = window.localStorage.getItem('sign-val') + //保险条款循环阅读后,radio,isOver恢复初始状态 that.radio = '' this.isOver = false // if (JSON.parse(window.localStorage.getItem('sign-insured'))) { @@ -168,27 +169,6 @@ export default { console.log('that.appntSign', item.policyUrl) break } - // if (that.signVal == '0' || that.signVal == '2') { - // if (item.documentCode == '13' && (item.documentStatus == '0' || item.documentStatus == '2') && (item.signType == '0' || item.signType == '2')) { - // console.log('000000000', item) - // // that.appntSign = item - // that.tipsPolicyUrl = item.policyUrl - // originalUrl = item.originalUrl - // this.title = document.title = item.documentName - // console.log('that.appntSign', item.policyUrl) - // break - // } - // }else{ - // if (item.documentCode == '13' && (item.documentStatus == '0' || item.documentStatus == '2') && item.signType == '1') { - // console.log('000000000', item) - // // that.appntSign = item - // that.tipsPolicyUrl = item.policyUrl - // originalUrl = item.originalUrl - // this.title = document.title = item.documentName - // console.log('that.appntSign', item.policyUrl) - // break - // } - // } } that.pdfUrl = originalUrl // that.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${that.tipsPolicyUrl}`) @@ -627,4 +607,4 @@ p { width: 100vw; height: 70vh; } - + \ No newline at end of file