刘洋 1 anno fa
parent
commit
83fe1637fe
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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++;
   }
 }