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