优化错误提示信息,明确用户咨询内容
This commit is contained in:
@@ -98,7 +98,7 @@ const U1: React.FC = () => {
|
||||
navigate("/u2");
|
||||
} else {
|
||||
// 未查询到档案信息,显示错误提示,不跳转
|
||||
setErrorMsg("未查询到您的档案信息,请联系前台工作人员");
|
||||
setErrorMsg("未查询到您的档案信息,详情请咨询前台工作人员!");
|
||||
setReading(false);
|
||||
isProcessingRef.current = false;
|
||||
resetListening();
|
||||
|
||||
Reference in New Issue
Block a user