no message
This commit is contained in:
parent
2c8f66a1b3
commit
10458a43ca
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue