face_auth给原生传orderNo

This commit is contained in:
zhang.lei3
2025-01-15 10:23:30 +08:00
parent e9ade69acd
commit c7d5d1b7f5

View File

@@ -938,7 +938,8 @@ export default {
const authRes = await EWebBridge.webCallAppInJs('face_auth', { const authRes = await EWebBridge.webCallAppInJs('face_auth', {
businessSource: '1', //业务来源:1-电投2-入司3-理赔4-保全 businessSource: '1', //业务来源:1-电投2-入司3-理赔4-保全
number: that.saleInsuredInfo.idNo, //身份证号码 number: that.saleInsuredInfo.idNo, //身份证号码
name: that.saleInsuredInfo.name //姓名 name: that.saleInsuredInfo.name, //姓名
orderNo: this.$route.query.orderNo
}).then((data) => { }).then((data) => {
if (JSON.parse(data).state == '1') { if (JSON.parse(data).state == '1') {
// 保存rid 数据 // 保存rid 数据
@@ -1002,7 +1003,8 @@ export default {
const authRes = await EWebBridge.webCallAppInJs('face_auth', { const authRes = await EWebBridge.webCallAppInJs('face_auth', {
businessSource: '1', //业务来源:1-电投2-入司3-理赔4-保全 businessSource: '1', //业务来源:1-电投2-入司3-理赔4-保全
number: that.saleInsuredPersonInfo.idNo, //身份证号码 number: that.saleInsuredPersonInfo.idNo, //身份证号码
name: that.saleInsuredPersonInfo.name //姓名 name: that.saleInsuredPersonInfo.name, //姓名
orderNo: this.$route.query.orderNo
}).then((data) => { }).then((data) => {
if (JSON.parse(data).state == '1') { if (JSON.parse(data).state == '1') {
that.saveCustomerRidInfo('insured_rid', 'B') that.saveCustomerRidInfo('insured_rid', 'B')