Ver código fonte

faceid 底照有效性 检测

Michael Wang 5 anos atrás
pai
commit
26967baf4d
1 arquivos alterados com 1 adições e 4 exclusões
  1. 1 4
      src/features/OnlineExam/OnlineExamList.vue

+ 1 - 4
src/features/OnlineExam/OnlineExamList.vue

@@ -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 {