From 8056e74d43d19be71065eead9b87efd7c9528746 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 30 Jul 2024 14:16:19 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E4=B8=8A=E4=BC=A0):[#2109]=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=B6=85=E5=87=BA=E5=A4=A7=E5=B0=8F=E9=99=90=E5=88=B6?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tm-upload/tm-upload.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tm-upload/tm-upload.vue b/components/tm-upload/tm-upload.vue index 3a54c34..9c26e5f 100644 --- a/components/tm-upload/tm-upload.vue +++ b/components/tm-upload/tm-upload.vue @@ -225,7 +225,7 @@ export default { this.upload_exceeded_list.push(i === 0 ? 1 : i + 1); uni.showModal({ title: '提示', - content: `第${[...new Set(this.upload_exceeded_list)].join(',')}张图片超出限制${this.upload_max}MB,已过滤`, + content: `图片超出限制${this.upload_max}MB,已过滤`, showCancel: false, confirmText: '确认', success(res) {