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