Explorar o código

update ImagePostEdit.vue

reghao hai 1 ano
pai
achega
40b3aee0f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/post/ImagePostEdit.vue

+ 1 - 1
src/views/post/ImagePostEdit.vue

@@ -232,7 +232,7 @@ export default {
     /** *********************************************************************/
     showImages(index) {
       const imageUrls = []
-      for (const i of this.data.images) {
+      for (const i of this.dataList) {
         imageUrls.push(i.originalUrl)
       }