From cf66fcfd3c0520ff0a89532256013643454d7465 Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Wed, 14 Aug 2024 17:25:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6=E7=85=A7=E7=89=87=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/renzheng/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my/renzheng/index.vue b/my/renzheng/index.vue index 8f84bb9..e056d7f 100644 --- a/my/renzheng/index.vue +++ b/my/renzheng/index.vue @@ -739,7 +739,7 @@ filePath: res.tempFilePaths[i], success: (infoRes) => { const size = infoRes.size; - if (size / 1024 / 1024 > 2) { + if (size / 1024 / 1024 > 4) { // 图片大于2MB uni.showToast({ icon:'error', @@ -793,7 +793,7 @@ filePath: res.tempFilePaths[i], success: (infoRes) => { const size = infoRes.size; - if (size / 1024 / 1024 > 2) { + if (size / 1024 / 1024 > 4) { // 图片大于2MB uni.showToast({ icon:'error',