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