From 6f6575b90137e8ede4b55cf79bbf3d2f11703ccd Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Fri, 4 Nov 2022 11:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E9=98=85=E8=AF=BB?= =?UTF-8?q?=E3=80=8A=E4=BF=9D=E9=99=A9=E6=9D=A1=E6=AC=BE=E3=80=8B=E6=AD=A5?= =?UTF-8?q?=E9=AA=A4=EF=BC=8C=E5=85=B3=E4=BA=8E=E9=87=91=E6=8E=8C=E6=A1=82?= =?UTF-8?q?=E7=AD=BE=E5=90=8D=E7=A1=AE=E8=AE=A4=E9=A1=B5=E9=9D=A2=E9=83=A8?= =?UTF-8?q?=E5=88=86=E9=98=85=E8=AF=BB=E7=AD=BE=E5=AD=97=E6=9D=90=E6=96=99?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=92=8C=E6=96=B0=E5=A2=9E=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E3=80=91=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=86=97=E4=BD=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/insuranceClauses.vue | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) 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