@@ -368,7 +368,6 @@
e.tempFiles.forEach((item) => {
TranslateImage.translate(item.path, ((res) => {
if (Number(res.size) > 1000000) {
- this.imageValue = []
uni.showModal({
content: `图片过大,请重新上传`,
showCancel: false,