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