fix: BUG修改

This commit is contained in:
kun 2023-07-29 11:47:28 +08:00
parent 9c1a55d987
commit 9cde20479f

View File

@ -56,7 +56,7 @@
<div class="imgPage">
<div class="imgTable" v-if="questList.records.length">
<div class="img_item" v-for="item in questList.records" @click="onShowImg(item)" :key="item.id">
<div class="img_item" v-for="item in questList.records" :key="item.id">
<!-- <el-image style="width: 100%; height: 182px" :src="item.image" fit="fill" /> -->
<video style="width: 100%; height: 182px; object-fit: fill" controls :src="item.videoUrl"></video>
<div class="page_text flx-justify-column">