完成优惠券编辑器商品列表页组件库布局
This commit is contained in:
parent
deadaed2dc
commit
3c4beb4c8e
|
@ -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