Browse Source

注释回来倒计时的功能

yellowtaotao 4 years ago
parent
commit
bcf80b79b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/home/exam/page-exam-item-doing.vue

+ 2 - 2
src/views/home/exam/page-exam-item-doing.vue

@@ -151,8 +151,8 @@ export default {
       //   return;
       // }
       this.getExamItemQuestionsListFun(); // 查询:当前考试的信息
-      // this.getExamTimeFun(); // 获取:当前时间及考试限时
-      // this.setIntervalFun(); // 设置:倒计时定时器
+      this.getExamTimeFun(); // 获取:当前时间及考试限时
+      this.setIntervalFun(); // 设置:倒计时定时器
     },
     // 查询:当前考试的信息
     getExamItemQuestionsListFun() {