mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 02:56:43 +08:00
[FIX]【保全】退保操作页人脸识别传参修改
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
} else {
|
||||
this.toFace({
|
||||
number: this.customerInfo.idNo, //身份证号码
|
||||
name: this.customerInfo.name, //姓名
|
||||
name: this.customerInfo.customerName, //姓名
|
||||
businessSource: '4' //业务来源:1-电投,2-入司,3-理赔,4-保全
|
||||
})
|
||||
}
|
||||
@@ -121,6 +121,7 @@ export default {
|
||||
})
|
||||
},
|
||||
toFace(config) {
|
||||
console.log('----------', config)
|
||||
// eslint-disable-next-line no-undef
|
||||
EWebBridge.webCallAppInJs('face_auth', config)
|
||||
// 跳过人脸识别
|
||||
|
||||
Reference in New Issue
Block a user