优化错误提示信息,明确用户咨询内容
This commit is contained in:
@@ -98,7 +98,7 @@ const U1: React.FC = () => {
|
|||||||
navigate("/u2");
|
navigate("/u2");
|
||||||
} else {
|
} else {
|
||||||
// 未查询到档案信息,显示错误提示,不跳转
|
// 未查询到档案信息,显示错误提示,不跳转
|
||||||
setErrorMsg("未查询到您的档案信息,请联系前台工作人员");
|
setErrorMsg("未查询到您的档案信息,详情请咨询前台工作人员!");
|
||||||
setReading(false);
|
setReading(false);
|
||||||
isProcessingRef.current = false;
|
isProcessingRef.current = false;
|
||||||
resetListening();
|
resetListening();
|
||||||
|
|||||||
@@ -370,7 +370,7 @@ const U2: React.FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
{patientInfo?.is_valid_exam !== 1 ? (
|
{patientInfo?.is_valid_exam !== 1 ? (
|
||||||
<div className="u2-error-msg">
|
<div className="u2-error-msg">
|
||||||
未查询到您的档案信息,详情请咨询前台工作人员!
|
未查询到您当日的体检预约信息,建议核对预约日期!
|
||||||
</div>
|
</div>
|
||||||
) : patientInfo?.is_update_patient_info === 1 &&
|
) : patientInfo?.is_update_patient_info === 1 &&
|
||||||
selectedMarital === null ? (
|
selectedMarital === null ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user