瀏覽代碼

update ImagePostEdit.vue

reghao 1 年之前
父節點
當前提交
40b3aee0f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
       }