From 435c0ad0a7085fe955ee7e779ff6ebd88722597a Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 7 May 2024 11:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8E=A5=E5=8F=A3=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E6=88=90=E5=8A=9F=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/study/exam.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/study/exam.vue b/pages/study/exam.vue index 791fad2..3232c35 100644 --- a/pages/study/exam.vue +++ b/pages/study/exam.vue @@ -344,6 +344,7 @@ var minutes=Math.floor(dateDiff/(1000))//计算相差秒数,分钟记录的太大,经常为0 postData.testDuration=minutes; apiCourseStudy.saveExam(postData).then(res=>{ + console.log('接口调用了') if(res.status == 200) { this.studyItemId=res.result.studyItemId; this.scoreShow=true;