From 41a8fb12b07a2178081c39d00ba07a1c517b44e9 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Thu, 11 Jul 2024 10:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E9=94=99=E9=A2=98=E8=AF=A6?= =?UTF-8?q?=E6=83=85=EF=BC=8C=E5=88=A4=E6=96=AD=E5=92=8C=E5=A4=9A=E9=80=89?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=AD=A3=E7=A1=AE=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/system/elExam/userBook/view.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/view.html b/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/view.html index 3d4e2ac..0164293 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/view.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/view.html @@ -32,11 +32,11 @@
-

【{{ quData.quType===1?'单选题':'多选题' }}】{{ quData.content }}

+

【{{ quData.quType===1?'单选题':'判断题' }}】{{ quData.content }}

-
+
{{ an.content }} @@ -106,7 +106,7 @@ // 用户选定的 if (an.isRight) { - if (that.quData.quType === 1) { + if (that.quData.quType === 1 || that.quData.quType === 3) { that.radioValues = an.id } else { that.multiValues.push(an.id)