cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponAdd.html
@@ -402,7 +402,7 @@ }, methods: { handleAvatarSuccess(res, file) { couponInfoDlg.goodsPicArray.push(file); couponInfoDlg.goodsPicArray.push(file.response); }, beforeAvatarUpload(file) { const isLt2M = file.size / 1024 / 1024 < 10;