|
@@ -381,10 +381,7 @@ export default {
|
|
});
|
|
});
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- if (
|
|
|
|
- faceLiveness.data.IS_FACE_VERIFY &&
|
|
|
|
- JSON.parse(faceLiveness.data.IS_FACE_VERIFY)
|
|
|
|
- ) {
|
|
|
|
|
|
+ if (faceLiveness.data) {
|
|
this.processingMessage = "正在检测底照是否满足活体检测标准...";
|
|
this.processingMessage = "正在检测底照是否满足活体检测标准...";
|
|
let checkBasePhoto;
|
|
let checkBasePhoto;
|
|
try {
|
|
try {
|