完成优惠券编辑器商品列表页组件库布局

This commit is contained in:
许红梅 2022-09-02 09:43:05 +08:00
parent deadaed2dc
commit 3c4beb4c8e
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') { if (type === 'overMaxAmount') {
Notify.error(`最多可上传 ${data.maxAmount} 张图片`); Notify.error(`最多可上传 ${data.maxAmount} 张图片`);
} else if (type === 'overMaxSize') { } else if (type === 'overMaxSize') {
Notify.error(`图片大小超过 ${data.formattedMaxSize}`); Notify.error(`图片大小超过 ${data.formattedMaxSize}`);
} }
}; };
handleChange = (color) => { handleChange = (color) => {