From 02a05d3a416455b65bfb439a6e802ef63fc6c3c0 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Thu, 11 Jul 2024 09:33:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=A1=B5=E9=9D=A2=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/elExam/userBook/book.html | 24 ++++++++----------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/book.html b/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/book.html index 2181d28..234cf0f 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/book.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/book.html @@ -25,12 +25,12 @@
- - 返回 - - - 错题训练 - + + 关闭 + + + 错题训练 +
@@ -89,14 +89,10 @@ search.examId = [[${examId}]]; return search; } - var app = new Vue({ - el: '#app', - methods: { - startTrain() { - $.modal.openTab("错题训练", prefix + "/toTrain/"+[[${examId}]]); - } - } - }) + function startTrain() { + $.modal.openTab("错题训练", prefix + "/toTrain/"+[[${examId}]]); + } +