Parcourir la source

修改删除图片

yumeng il y a 5 ans
Parent
commit
56e039e40e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/modules/kuaishouapp/creativeCreate.vue

+ 1 - 0
src/views/modules/kuaishouapp/creativeCreate.vue

@@ -1146,6 +1146,7 @@
       deteleImg(item) {
         var index = this.checkeds.findIndex(v => v === item)
         this.checkeds.splice(index, 1)
+        this.imageUrl.splice(index, 1)
       }
     },