From a9eaaead81db2608e7f9b5fab52a6fe5455e27a7 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Sat, 6 May 2023 16:02:52 +0800 Subject: [PATCH] 'commit' --- WebRoot/html/dangjian/view/result.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/WebRoot/html/dangjian/view/result.html b/WebRoot/html/dangjian/view/result.html index a4cfbfd..5d54394 100644 --- a/WebRoot/html/dangjian/view/result.html +++ b/WebRoot/html/dangjian/view/result.html @@ -140,8 +140,15 @@ @@ -167,10 +174,6 @@ //获取答题卡信息 getAnswerSheet(); - - - - mui(".mui-content").on("tap", "a", function () { console.log("123"); orderId = this.textContent; @@ -182,7 +185,7 @@ // 根据题号获取题的信息 function getQuestionInfo(orderId) { $.ajax({ - url: "/FengHuang/exam/getQuestion?order_id=" + orderId, + url: "/FengHuang/exam/getQuestion?order_id=" + orderId + "&finish=1", async: false, type: 'GET', success: function (res) {