From c263ef9442f71fd0c4ddfdfe9b15af9c1160419e Mon Sep 17 00:00:00 2001 From: flower Date: Thu, 24 Jan 2019 23:16:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=89=E6=8B=A9=E5=8F=8A?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=9A=E9=80=89=E9=A2=98bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/web/examination/detail.html | 4 ++ .../templates/web/practice/detail.html | 51 +++++++++++-------- 2 files changed, 35 insertions(+), 20 deletions(-) diff --git a/ruoyi-cms/src/main/resources/templates/web/examination/detail.html b/ruoyi-cms/src/main/resources/templates/web/examination/detail.html index b22dfd236..1eb069733 100644 --- a/ruoyi-cms/src/main/resources/templates/web/examination/detail.html +++ b/ruoyi-cms/src/main/resources/templates/web/examination/detail.html @@ -99,6 +99,10 @@ document.write(unescape("%3Cspan id='cnzz_stat_icon_30088308'%3E%3C/span%3E%3Csc }); } + function checkbox(value) { + $(value).prev().prop("checked", !$(value).prev().prop("checked")); + } + diff --git a/ruoyi-cms/src/main/resources/templates/web/practice/detail.html b/ruoyi-cms/src/main/resources/templates/web/practice/detail.html index 043339d77..3b3044172 100644 --- a/ruoyi-cms/src/main/resources/templates/web/practice/detail.html +++ b/ruoyi-cms/src/main/resources/templates/web/practice/detail.html @@ -17,20 +17,28 @@
-
[[${questionStat.index+1}]]: +
[[${questionStat.index+1}]]: (单选) (多选) (判断)
- - + + [[${item.number}]]:
- + +
+