From c7a4a726c791764485440988fd73e9dc47863735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Mon, 22 Sep 2025 15:25:33 +0800 Subject: [PATCH] =?UTF-8?q?```=20feat(hjm/query):=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0=E6=95=B0=E9=87=8F=E9=99=90?= =?UTF-8?q?=E5=88=B6=E8=87=B320=E5=BC=A0=E5=B0=86=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=9A=84=E6=9C=80=E5=A4=A7=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E4=BB=8E5=E5=BC=A0=E8=B0=83=E6=95=B4=E4=B8=BA20=E5=BC=A0?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E6=BB=A1=E8=B6=B3=E7=94=A8=E6=88=B7=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=9B=B4=E5=A4=9A=E5=9B=BE=E7=89=87=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E3=80=82```?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hjm/query.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hjm/query.tsx b/src/hjm/query.tsx index 3766964..4f8cf5b 100644 --- a/src/hjm/query.tsx +++ b/src/hjm/query.tsx @@ -186,9 +186,9 @@ const Query = () => { }); return false; } - if (fileList.length >= 5) { + if (fileList.length >= 20) { Taro.showToast({ - title: '最多只能上传5张图片', + title: '最多只能上传20张图片', icon: 'none' }) return