Explorar el Código

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

Michael Wang hace 5 años
padre
commit
b22930b952
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;