Merge branch 'feature/理赔暂时删除人脸识别' into dev

This commit is contained in:
tian.guangyuan
2020-06-04 11:20:59 +08:00

View File

@@ -269,21 +269,21 @@ export default {
} else {
//不在微信
localStorage.setItem('sign-val', val)
if (val == 3) {
if ((val = 3)) {
if (that.list.applyerCertiType != '1') {
this.showRead()
} else {
// EWebBridge.webCallAppInJs('face_auth', {
// //身份证号码
// number: that.list.applyerCertiCode,
// //姓名
// name: that.list.applyerName,
// businessSource: '3'
// }).then(data => {
// if (JSON.parse(data).state == '1') {
EWebBridge.webCallAppInJs('face_auth', {
//身份证号码
number: that.list.applyerCertiCode,
//姓名
name: that.list.applyerName,
businessSource: '3'
}).then(data => {
if (JSON.parse(data).state == '1') {
this.showRead()
// }
// })
}
})
}
}
}