刘洋 1 năm trước cách đây
mục cha
commit
83fe1637fe
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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++;
   }
 }