delete mine history 8.14

This commit is contained in:
2020-08-14 10:58:05 +08:00
parent f4ae3578a2
commit 07ac250ddd
4 changed files with 97 additions and 122 deletions

View File

@@ -146,7 +146,8 @@ export default {
let files = [];
// console.log(this.uploadImageList);
this.uploadImageList.forEach((item, index) => {
// files[index] = '';
// 赋默认值
files[index] = '';
// console.log(item);
item.forEach((img, idx) => {
if(idx < item.length-1) {