From c7d5d1b7f5d7843203a3c64b920d459939ffca00 Mon Sep 17 00:00:00 2001 From: "zhang.lei3" Date: Wed, 15 Jan 2025 10:23:30 +0800 Subject: [PATCH] =?UTF-8?q?face=5Fauth=E7=BB=99=E5=8E=9F=E7=94=9F=E4=BC=A0?= =?UTF-8?q?orderNo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureConfirmation.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index fbde977f0..a6ac9e21c 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -938,7 +938,8 @@ export default { const authRes = await EWebBridge.webCallAppInJs('face_auth', { businessSource: '1', //业务来源:1-电投,2-入司,3-理赔,4-保全 number: that.saleInsuredInfo.idNo, //身份证号码 - name: that.saleInsuredInfo.name //姓名 + name: that.saleInsuredInfo.name, //姓名 + orderNo: this.$route.query.orderNo }).then((data) => { if (JSON.parse(data).state == '1') { // 保存rid 数据 @@ -1002,7 +1003,8 @@ export default { const authRes = await EWebBridge.webCallAppInJs('face_auth', { businessSource: '1', //业务来源:1-电投,2-入司,3-理赔,4-保全 number: that.saleInsuredPersonInfo.idNo, //身份证号码 - name: that.saleInsuredPersonInfo.name //姓名 + name: that.saleInsuredPersonInfo.name, //姓名 + orderNo: this.$route.query.orderNo }).then((data) => { if (JSON.parse(data).state == '1') { that.saveCustomerRidInfo('insured_rid', 'B')