Commit acde5c6b authored by JingChao's avatar JingChao

视频面签

parent 0346ec5c
Pipeline #4647 canceled with stages
...@@ -400,9 +400,7 @@ export default { ...@@ -400,9 +400,7 @@ export default {
// 人脸比对 // 人脸比对
faceIdentify (faceImg, idCardImgUrl) { faceIdentify (faceImg, idCardImgUrl) {
let vm = this let vm = this
vm.goBodyCheck() let obj = {
/*let obj = {
'fileUrl': faceImg, 'fileUrl': faceImg,
'idCardImgUrl': idCardImgUrl, 'idCardImgUrl': idCardImgUrl,
} }
...@@ -424,7 +422,7 @@ export default { ...@@ -424,7 +422,7 @@ export default {
} else { } else {
vm.hlsPopup.showLongCenter('比对失败,请保证和绑定时是同一个人') vm.hlsPopup.showLongCenter('比对失败,请保证和绑定时是同一个人')
} }
})*/ })
}, },
// 确认逻辑 // 确认逻辑
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment