mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 02:56:43 +08:00
face_auth给原生传orderNo
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user