From bef4ea3bf22ec32bcaa36a0d1082bf3058ce5ce8 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Tue, 21 Jan 2020 14:31:17 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E4=BA=BA=E8=84=B8=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E6=89=93log=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureConfirmation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 2d44660b0..60bd4ac72 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -399,6 +399,8 @@ export default { if (this.saleInsuredInfo.idType != '1' || this.saleInsuredInfo.age < '18') { that.goUrl() } else { + alert('SignatureConfirmation: productCode:', localStorage.productCode) + alert('SignatureConfirmation: appntSign:', JSON.parse(that.appntSign)) // 原人脸识别 EWebBridge.webCallAppInJs('face_auth', { number: that.saleInsuredInfo.idNo, //身份证号码 @@ -438,8 +440,6 @@ export default { if (that.changeCard) { path = 'insuranceInformation' } else { - alert('SignatureConfirmation: productCode:' + localStorage.productCode) - alert('SignatureConfirmation: appntSign:' + JSON.parse(that.appntSign)) if (localStorage.productCode == 'GFRS_M0003' || localStorage.productCode == 'GFRS_M0015') { if (that.appntSign[0].documentStatus == 0) { path = 'insuranceInformation'