From 3c4beb4c8e98a488a1ec40de56285ab8c8ba1911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E7=BA=A2=E6=A2=85?= <1924913374@qq.com> Date: Fri, 2 Sep 2022 09:43:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E7=BB=84=E4=BB=B6=E5=BA=93=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangepage/couponTemplate/goodsPage/config/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/exchangepage/couponTemplate/goodsPage/config/main.js b/src/pages/exchangepage/couponTemplate/goodsPage/config/main.js index c52f62ff..c6ffbf05 100644 --- a/src/pages/exchangepage/couponTemplate/goodsPage/config/main.js +++ b/src/pages/exchangepage/couponTemplate/goodsPage/config/main.js @@ -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) => {