소스 검색

允许模拟考试

y595705120 4 일 전
부모
커밋
b02d5f140b
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/containers/center/play/index.vue

+ 4 - 4
src/containers/center/play/index.vue

@@ -254,10 +254,10 @@
     methods: {
       startExam() {
         let courseId = this.courseId
-        if (this.info.getXs < this.info.totalXs) {
-          this.$message.errorMsg("课程还未完成", 2)
-          return;
-        }
+        // if (this.info.getXs < this.info.totalXs) {
+        //   this.$message.errorMsg("课程还未完成", 2)
+        //   return;
+        // }
         delExam()
         this.$router.push(`/center/exam/${courseId}`);
       },