刘洋 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++;
   }
 }