zhouhao
2021-11-03 ab12dfac7b298b69340fc9cf5af9b5eed5c02d0b
src/components/old/upload/uploadImg.vue
@@ -116,7 +116,6 @@
    ...mapMutations([SET_APP_LOADING]),
    //删除照片
    deletPhoto(item, i) {
      //console.log(item);
      this.picList.splice(i, 1);
    },
    // 处理图片上传的事件(deleteIndex---删除图片的索引)