From 595712b66ed367f419c910041570ef324725df0e Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 23 Mar 2023 14:54:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=9A=8F=E6=9C=BA=E7=99=BE=E5=88=86?= =?UTF-8?q?=E6=95=B0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qujing/AppLegalLearning/testForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/qujing/AppLegalLearning/testForm.vue b/src/project/qujing/AppLegalLearning/testForm.vue index 541f456..9a5a098 100644 --- a/src/project/qujing/AppLegalLearning/testForm.vue +++ b/src/project/qujing/AppLegalLearning/testForm.vue @@ -190,7 +190,7 @@ export default { this.$u.toast('提交成功') setTimeout(()=> { uni.navigateTo({ - url: `./result?assessmentType=${this.assessmentType}&time=${this.studyDuration}&rightCount=${this.rightCount}&examCount=${this.list.length}&score=${this.score}` + url: `./result?assessmentType=${this.assessmentType}&time=${this.studyDuration}&rightCount=${this.rightCount}&examCount=${this.list.length}&score=${this.score}&status=${this.status}` }) }, 600) } From 7da51f065a436e9e39e64a6ceb89cd7818a5f28c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 23 Mar 2023 15:49:57 +0800 Subject: [PATCH 2/2] 0bug --- .../qujing/AppLegalLearning/components/GeneralLawExam.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 3d6489a..86b791e 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -113,7 +113,7 @@ export default { }, handleToTest({id, examinationDuration: time, examinationType }) { if(examinationType == 1) { - if(this.studyDuration && this.studyDuration < time) { + if(this.studyDuration < time) { return uni.showModal({ title: '考试说明', content: `「考试认证」类考试,需要在线课堂中学习普法知识满足${time}分钟才能参加,考试通过并审核后可获取知法明理证书。`,