diff --git a/pages/study/exam.vue b/pages/study/exam.vue index 1720c9c..7d43522 100644 --- a/pages/study/exam.vue +++ b/pages/study/exam.vue @@ -337,7 +337,7 @@ randomMode:this.info.randomMode, score:this.lastScore,//分数需要计算,在检查是否填写完整性时就可以计算出分数 paperJson:JSON.stringify(this.paper),//原来是对象,这里要也要对象 - //startTime:formatDate(this.startTime),//此时间需要格式化,格式化时间可以放在util中 + startTime:formatDate(this.startTime),//此时间需要格式化,格式化时间可以放在util中 //endTime:formatDate(now), } //计划考试的时长