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}]]); + } +