From f19bde259d65a2c206c4429b9253c588af2690a2 Mon Sep 17 00:00:00 2001 From: huangzhe <3451701311@qq.com> Date: Wed, 27 Aug 2025 21:25:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E8=80=83=E8=AF=95=E7=9A=84=E6=96=B9=E5=BC=8F=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/course-exam/course-exam.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/course-exam/course-exam.vue b/components/course-exam/course-exam.vue index a8d4797..d548ff1 100644 --- a/components/course-exam/course-exam.vue +++ b/components/course-exam/course-exam.vue @@ -149,7 +149,7 @@ }, startTest(){ //转向详细页面 - uni.redirectTo({ + uni.navigateTo({ url:'/pages/study/exam?studyId='+this.studyId+'&ctype='+this.courseType+'&ccid='+this.content.id }) },