【add】修改高校详情轮播墙图片不显示问题

Develop
wangxi 1 year ago
parent afe1aa0f17
commit 2e458a580b

@ -50,7 +50,7 @@
<div class="swiper-container gallery-top">
<div class="swiper-wrapper">
<div class="swiper-slide" v-for="item in getImages()"
@click="zoom('./../../gxytj/'+item.resource_address+'.webp)')"
@click="zoom('./../../gxytj/'+item.resource_address+'.webp')"
:style="'background-image:url(./../../gxytj/'+item.resource_address+'.webp)'"></div>
</div>
@ -365,7 +365,7 @@
<div class="c-ellipsis" v-for="j in i.major"
style="border: 1px solid #B7DFFF; padding: 1vh; margin: 1vh; text-align: left; " :title="j">
<img style="width: 2vh;vertical-align:bottom;margin-right: .5rem;"
src="./../../gxytj/images/gaoxiao/label.png"/>{{j}}
src="./../../gxytj/xztszzy/images/gaoxiao/label.png"/>{{j}}
</div>
</div>
</div>
@ -393,20 +393,20 @@
</div>
</div>
</template>
<!--<template v-if="getVideoList().length">-->
<!--<h3 style="margin:0;"><img src="./../../gxytj/xztszzy/images/gaoxiao/school.png"-->
<!--style="width:2rem;vertical-align:bottom;margin-right: 1rem;"/>校园视频-->
<!--</h3>-->
<!--<div class="c-flex" style="justify-content:start;">-->
<!--<div v-for="item in getVideoList()"-->
<!--@click="zoom('./../../gxytj/xztszzy/'+item.resource_address)"-->
<!--style="width: 20%; text-align: center; cursor: pointer;">-->
<!--<div class="c-item-cell"-->
<!--:style="'background-image:url(./../../gxytj/xztszzy/'+getThumb(item.resource_address)+');'"></div>-->
<!--<div>{{item.resource_title}}</div>-->
<!--</div>-->
<!--</div>-->
<!--</template>-->
<template v-if="getVideoList().length">
<h3 style="margin:0;"><img src="./../../gxytj/xztszzy/images/gaoxiao/school.png"
style="width:2rem;vertical-align:bottom;margin-right: 1rem;"/>校园视频
</h3>
<div class="c-flex" style="justify-content:start;">
<div v-for="item in getVideoList()"
@click="zoom('./../../gxytj/xztszzy/'+item.resource_address)"
style="width: 20%; text-align: center; cursor: pointer;">
<div class="c-item-cell"
:style="'background-image:url(./../../gxytj/xztszzy/'+getThumb(item.resource_address)+');'"></div>
<div>{{item.resource_title}}</div>
</div>
</div>
</template>
</div>
</div>
</div>

Loading…
Cancel
Save