mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-24 00:49:45 +08:00
首页文案修改和上传头像不需要提示成功
This commit is contained in:
@@ -57,7 +57,6 @@ export const UserInfoModel: React.FC<PropInterface> = ({ open, onCancel }) => {
|
||||
const { status, response } = info.file;
|
||||
if (status === "done") {
|
||||
if (response.code === 0) {
|
||||
message.success(`${info.file.name} 上传成功`);
|
||||
getUser();
|
||||
} else {
|
||||
message.error(response.msg);
|
||||
|
||||
Reference in New Issue
Block a user