Parcourir la source

【我的素材-视频】视频列表里各行不显示封面

任一存 il y a 4 ans
Parent
commit
e9664e13b8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/material/video/index.vue

+ 1 - 0
src/views/material/video/index.vue

@@ -370,6 +370,7 @@ export default {
         },
         (data) => {
           const newData = data.data.list.map((i) => {
+            i.icon = i.ossPath + this.$videoImg;
             i.fileSize = changeByteUnit(Number(i.fileSize));
             return i;
           });