Fix(上传):[#2109]图片超出大小限制提示错误

This commit is contained in:
lifizer
2024-07-30 14:16:19 +08:00
parent 01eaea0cdc
commit 8056e74d43
+1 -1
View File
@@ -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) {