From a642d30286d5a8864baf0245574f470c7011966f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Thu, 30 Mar 2023 10:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E5=83=8F=E4=B8=8A=E4=BC=A0=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/compenents/user-info/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compenents/user-info/index.tsx b/src/compenents/user-info/index.tsx index 763d1e6..452be9a 100644 --- a/src/compenents/user-info/index.tsx +++ b/src/compenents/user-info/index.tsx @@ -63,6 +63,8 @@ export const UserInfoModel: React.FC = ({ open, onCancel }) => { } } else if (status === "error") { message.error(`${info.file.name} 上传失败`); + } else { + message.error("上传失败"); } }, };