소스 검색

faceid 底照有效性 检测

Michael Wang 5 년 전
부모
커밋
26967baf4d
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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 {