刘洋 1 year ago
parent
commit
83fe1637fe
1 changed files with 1 additions and 2 deletions
  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++;
   }
 }