From 9204cf697a285ad6f0c21a9138f4f7434f788a9c Mon Sep 17 00:00:00 2001 From: "tian.guangyuan" Date: Thu, 4 Jun 2020 11:20:41 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E3=80=90=E4=B8=B4=E6=97=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E3=80=91=20=E6=9A=82=E6=97=B6=E5=B1=8F=E8=94=BD?= =?UTF-8?q?=E4=BA=BA=E8=84=B8=E8=AF=86=E5=88=AB"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c7db44e3cbbffbdb0868468f4083e0c7d4c3b78a. --- .../ebiz/claims/SignatureConfirmation.vue | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/ebiz/claims/SignatureConfirmation.vue b/src/views/ebiz/claims/SignatureConfirmation.vue index e9e42372a..fd28eac53 100644 --- a/src/views/ebiz/claims/SignatureConfirmation.vue +++ b/src/views/ebiz/claims/SignatureConfirmation.vue @@ -269,21 +269,21 @@ export default { } else { //不在微信 localStorage.setItem('sign-val', val) - if (val == 3) { + if ((val = 3)) { if (that.list.applyerCertiType != '1') { this.showRead() } else { - // EWebBridge.webCallAppInJs('face_auth', { - // //身份证号码 - // number: that.list.applyerCertiCode, - // //姓名 - // name: that.list.applyerName, - // businessSource: '3' - // }).then(data => { - // if (JSON.parse(data).state == '1') { + EWebBridge.webCallAppInJs('face_auth', { + //身份证号码 + number: that.list.applyerCertiCode, + //姓名 + name: that.list.applyerName, + businessSource: '3' + }).then(data => { + if (JSON.parse(data).state == '1') { this.showRead() - // } - // }) + } + }) } } }