From bf853be531cbee2cc3a3352bf933ab84bba8ec48 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 7 May 2024 15:30:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=89=93=E5=8C=85=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E8=A7=A3=E5=86=B3=EF=BC=8C=E5=9B=9E=E9=80=80=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/study/exam.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/study/exam.vue b/pages/study/exam.vue index 3232c35..b7d9651 100644 --- a/pages/study/exam.vue +++ b/pages/study/exam.vue @@ -344,7 +344,6 @@ 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; @@ -357,16 +356,13 @@ let lastExecTime = 0; return function (...args) { const now = Date.now(); - console.log(now,'now') if (now - lastExecTime >= delay) { - console.log('执行了') func.apply(this, args); lastExecTime = now; } }; }, present(){ - console.log('执行了2') let $this=this; let score=this.countTest(); //console.log(score)