Explorar o código

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

任一存 %!s(int64=4) %!d(string=hai) anos
pai
achega
e9664e13b8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
           });