no message

This commit is contained in:
许红梅 2022-09-02 09:42:15 +08:00
parent 2c8f66a1b3
commit 10458a43ca
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ export default class edittemplate extends React.Component {
if (type === 'overMaxAmount') {
Notify.error(`最多可上传 ${data.maxAmount} 张图片`);
} else if (type === 'overMaxSize') {
Notify.error(`图片大小不超过 ${data.formattedMaxSize}`);
Notify.error(`图片大小不超过 ${data.formattedMaxSize}`);
}
};
handleChange = (color) => {