Merge branch 'feature/GFRS-860【0514】更换人脸识别厂商-微信端' into dev

# Conflicts:
#	src/views/ebiz/agentEenter/SignContract.vue
This commit is contained in:
yuweiqi
2020-05-18 19:15:22 +08:00
2 changed files with 3 additions and 0 deletions

View File

@@ -355,6 +355,7 @@ export default {
message: '加载中……'
})
EWebBridge.webCallAppInJs('face_auth', {
businessSource: '2', //业务来源:1-电投2-入司3-理赔4-保全
number: that.agentInfo.idNo, //身份证号码
name: that.agentInfo.name //姓名
}).then(data => {

View File

@@ -619,6 +619,7 @@ export default {
if (this.faceAuthCount.appnt < this.smsAuthNum) {
// 原人脸识别
EWebBridge.webCallAppInJs('face_auth', {
businessSource: '1', //业务来源:1-电投2-入司3-理赔4-保全
number: that.saleInsuredInfo.idNo, //身份证号码
name: that.saleInsuredInfo.name //姓名
}).then(data => {
@@ -647,6 +648,7 @@ export default {
if (this.faceAuthCount.insured < this.smsAuthNum) {
// 调原生人脸识别
EWebBridge.webCallAppInJs('face_auth', {
businessSource: '1', //业务来源:1-电投2-入司3-理赔4-保全
number: that.saleInsuredPersonInfo.idNo, //身份证号码
name: that.saleInsuredPersonInfo.name //姓名
}).then(data => {