刘洋 1 년 전
부모
커밋
83fe1637fe
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/features/OnlineExam/StartExamModal.vue

+ 1 - 2
src/features/OnlineExam/StartExamModal.vue

@@ -214,8 +214,7 @@ function onFacePassed(isRealStudent: boolean) {
   if (isRealStudent) {
     void enterExam();
   } else {
-    // if (!course.faceCheck) curentStep++;
-    curentStep++;
+    if (!course.faceCheck || jumpFaceStep) curentStep++;
   }
 }