提交 1330998e authored 作者: lihuihui's avatar lihuihui

修改计时时间

上级 ee2ffa0d
...@@ -198,8 +198,8 @@ export default { ...@@ -198,8 +198,8 @@ export default {
this.$route.query.id && this.$route.query.id.length > 5 this.$route.query.id && this.$route.query.id.length > 5
? this.analysisInit() ? this.analysisInit()
: this.changeData() : this.changeData()
this.setClock(data.sheet.questions.duration) this.setClock(data.sheet.questions.duration || 0)
this.time.duration = data.sheet.questions.duration this.time.duration = data.sheet.questions.duration || 0
}) })
.finally(() => { .finally(() => {
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论