Browse Source

封面图片上传大小修改

shaogen1995 2 years ago
parent
commit
e17732f0bb

+ 3 - 3
管理后台/src/pages/A1Goods/GoodsAdd/index.tsx

@@ -117,9 +117,9 @@ function GoodsAdd({ id, closeMoalFu, addListFu, editListFu, lookFlag }: Props) {
           return MessageFu.warning("只支持jpg、png格式!");
           return MessageFu.warning("只支持jpg、png格式!");
         }
         }
         // 校验大小
         // 校验大小
-        if (filesInfo.size > 20 * 1024 * 1024) {
+        if (filesInfo.size > 2 * 1024 * 1024) {
           e.target.value = "";
           e.target.value = "";
-          return MessageFu.warning("最大支持20M!");
+          return MessageFu.warning("最大支持2M!");
         }
         }
         // 创建FormData对象
         // 创建FormData对象
         const fd = new FormData();
         const fd = new FormData();
@@ -509,7 +509,7 @@ function GoodsAdd({ id, closeMoalFu, addListFu, editListFu, lookFlag }: Props) {
                 </div>
                 </div>
               </div>
               </div>
               <div className="fileBoxRow_r_tit" hidden={lookFlag}>
               <div className="fileBoxRow_r_tit" hidden={lookFlag}>
-                支持png、jpg和jpeg的图片格式;最大支持20M。
+                支持png、jpg和jpeg的图片格式;最大支持2M。
                 <br />
                 <br />
                 <div
                 <div
                   className={classNames(
                   className={classNames(

+ 3 - 3
管理后台/src/pages/A2Wall/WallAdd/index.tsx

@@ -190,9 +190,9 @@ function WallAdd({ id, closeMoalFu }: Props) {
           return MessageFu.warning("只支持jpg、png格式!");
           return MessageFu.warning("只支持jpg、png格式!");
         }
         }
         // 校验大小
         // 校验大小
-        if (filesInfo.size > 30 * 1024 * 1024) {
+        if (filesInfo.size > 3 * 1024 * 1024) {
           e.target.value = "";
           e.target.value = "";
-          return MessageFu.warning("最大支持30M!");
+          return MessageFu.warning("最大支持3M!");
         }
         }
         // 创建FormData对象
         // 创建FormData对象
         const fd = new FormData();
         const fd = new FormData();
@@ -350,7 +350,7 @@ function WallAdd({ id, closeMoalFu }: Props) {
                 </div>
                 </div>
               </div>
               </div>
               <div className="fileBoxRow_r_tit">
               <div className="fileBoxRow_r_tit">
-                支持png、jpg和jpeg的图片格式;最大支持30M。建议上传1:2尺寸。
+                支持png、jpg和jpeg的图片格式;最大支持3M。建议上传1:2尺寸。
                 <br />
                 <br />
                 <div
                 <div
                   className={classNames(
                   className={classNames(