图片,视频

This commit is contained in:
shijingjing
2023-03-08 14:43:48 +08:00
parent c53eb44c99
commit 7d12c6ac0a

View File

@@ -12,10 +12,10 @@
</div>
<!-- 图片 -->
<div class="files" v-if="type == 1">
<div class="pics ">
<img :src="item.pictureUrl" alt="">
<div class="pics">
<img :src="item.imgPicUrl" alt="">
</div>
<div class="files-r">
<div class="pic-r">
<div class="title">{{ item.title }}</div>
<div class="mar-top info">{{ item.fileSizeStr }}</div>
</div>
@@ -43,7 +43,7 @@
<!-- 视频 -->
<div class="files" v-if="type == 4">
<div class="pic">
<img src="https://cdn.cunwuyun.cn/dvcp/announce/ic-video.png" alt="">
<img :src="item.pictureUrl" alt="">
</div>
<div class="files-r">
<div class="title">{{ item.title }}</div>