Explorar el Código

修改删除图片

yumeng hace 5 años
padre
commit
56e039e40e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
       }
     },