Browse Source

修改删除图片

yumeng 5 years ago
parent
commit
56e039e40e
1 changed files with 1 additions and 0 deletions
  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)
       }
     },