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'