mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-29 01:14:20 +08:00
头像上传失败提示
This commit is contained in:
parent
55964b28a1
commit
a642d30286
@ -63,6 +63,8 @@ export const UserInfoModel: React.FC<PropInterface> = ({ open, onCancel }) => {
|
||||
}
|
||||
} else if (status === "error") {
|
||||
message.error(`${info.file.name} 上传失败`);
|
||||
} else {
|
||||
message.error("上传失败");
|
||||
}
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user