From 04763d7cd3f931e0f95741102221b66b5e97803b Mon Sep 17 00:00:00 2001 From: zhangsir Date: Wed, 3 Jul 2024 18:15:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E8=80=83=E8=AF=95=E5=A4=9A?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/exam/exam.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/exam/exam.vue b/pages/exam/exam.vue index 07b43bb..79f68c7 100644 --- a/pages/exam/exam.vue +++ b/pages/exam/exam.vue @@ -320,7 +320,7 @@ //window.setTimeout(function() { //$this.saveUserTest(); //}, 10000); - this.saveUserTest() + // this.saveUserTest() } else { this.startButton = false; uni.showLoading({ @@ -499,8 +499,8 @@ //试卷内容,不传试题,只是传id索引及目录 that.submitButton = true; let data = {}; - data.aloneId = this.taskId - data.taskId = this.taskId; + // data.aloneId = this.taskId + // data.taskId = this.taskId; data.id = this.aloneExamAnswerId; data.testId = this.testPaper.id; data.testName = this.testPaper.testName;