Pārlūkot izejas kodu

修改删除图片

yumeng 5 gadi atpakaļ
vecāks
revīzija
56e039e40e
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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)
       }
     },