Explorar o código

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

Michael Wang %!s(int64=5) %!d(string=hai) anos
pai
achega
b22930b952
Modificáronse 1 ficheiros con 1 adicións e 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;