main
kgdxpr 2 years ago
parent 9fcf3af52d
commit 9aa1487714

@ -98,7 +98,7 @@
if (res.success) { if (res.success) {
window.location = "./exam.html"; window.location = "./exam.html";
} else { } else {
mui.alert('该人员已完成答题,不允许重复答题!', '提示'); mui.alert(res.message, '提示');
} }
}, },

Loading…
Cancel
Save