优化错误提示信息,明确用户咨询内容

This commit is contained in:
yuchenglong
2025-12-22 16:57:00 +08:00
parent 1544bf38d5
commit 1283af542d
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ const U1: React.FC = () => {
navigate("/u2");
} else {
// 未查询到档案信息,显示错误提示,不跳转
setErrorMsg("未查询到您的档案信息,请联系前台工作人员");
setErrorMsg("未查询到您的档案信息,详情请咨询前台工作人员!");
setReading(false);
isProcessingRef.current = false;
resetListening();