浏览代码

新活检:同步比对有陌生人,失败

Michael Wang 5 年之前
父节点
当前提交
b22930b952
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/features/OnlineExam/Examing/FaceMotion/FaceMotion.vue

+ 1 - 1
src/features/OnlineExam/Examing/FaceMotion/FaceMotion.vue

@@ -699,7 +699,7 @@ export default {
               this.finalResult.verifySteps[0].errorMsg = this.compareResult.errorMsg;
               this.pauseDetecting = false;
               this.doneCompare = true;
-              if (this.compareResult.isPass) {
+              if (this.compareResult.isPass && !this.compareResult.isStranger) {
                 console.log("人脸同步比对成功");
                 if (!this.instructionsFinished && this.currentStep)
                   this.currentStep.finished = true;