diff --git a/src/components/Course/exam.vue b/src/components/Course/exam.vue index 6f1b7eb1..8f0ab4da 100644 --- a/src/components/Course/exam.vue +++ b/src/components/Course/exam.vue @@ -538,6 +538,7 @@ export default { paperJson:JSON.stringify(this.paper),//原来是对象,这里要也要对象 //startTime:formatDate(this.startTime),//此时间需要格式化,格式化时间可以放在util中 //endTime:formatDate(now), + contentTotal:this.contentTotal, } //计划考试的时长 var dateDiff = now.getTime() - this.startTime.getTime();//时间差的毫秒数