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) {