From 9aa1487714421ac7671041739e6e3e1836f8c528 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Mon, 8 May 2023 15:13:35 +0800 Subject: [PATCH] 'commit' --- WebRoot/html/dangjian/view/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebRoot/html/dangjian/view/login.html b/WebRoot/html/dangjian/view/login.html index 860e064..436221f 100644 --- a/WebRoot/html/dangjian/view/login.html +++ b/WebRoot/html/dangjian/view/login.html @@ -98,7 +98,7 @@ if (res.success) { window.location = "./exam.html"; } else { - mui.alert('该人员已完成答题,不允许重复答题!', '提示'); + mui.alert(res.message, '提示'); } },