yumeng 5 роки тому
батько
коміт
56e039e40e
1 змінених файлів з 1 додано та 0 видалено
  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)
       }
     },