Fix(上传):[#2109]图片超出大小限制提示错误
This commit is contained in:
@@ -225,7 +225,7 @@ export default {
|
|||||||
this.upload_exceeded_list.push(i === 0 ? 1 : i + 1);
|
this.upload_exceeded_list.push(i === 0 ? 1 : i + 1);
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
content: `第${[...new Set(this.upload_exceeded_list)].join(',')}张图片超出限制${this.upload_max}MB,已过滤`,
|
content: `图片超出限制${this.upload_max}MB,已过滤`,
|
||||||
showCancel: false,
|
showCancel: false,
|
||||||
confirmText: '确认',
|
confirmText: '确认',
|
||||||
success(res) {
|
success(res) {
|
||||||
|
|||||||
Reference in New Issue
Block a user