提交 5b500d19 authored 作者: lihuihui's avatar lihuihui

fix:修改考试时间

上级 5c5754ea
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
methods: { methods: {
// 倒计时 // 倒计时
countDown(time) { countDown(time) {
let sec = parseInt(10) let sec = parseInt(time)
clearInterval(this.countdownTimer) clearInterval(this.countdownTimer)
this.countdownTimer = setInterval(() => { this.countdownTimer = setInterval(() => {
sec-- sec--
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论