This commit is contained in:
dong_bo0602 2021-09-02 16:22:40 +08:00
parent e136c14e04
commit 87181692ce

View File

@ -95,7 +95,7 @@
<div class="bd">
<ul v-cloak>
<li v-for="banner in newsBanner">
<a href="javascript:void(0);">
<a :href="'route/web/detail.html?contentId=' + banner.articleContentId" :title="banner.articleContentTitle">
<img :src="'route/file/download/true/' + banner.articleContentCoverPhotos" alt="" v-if="banner.articleContentCoverPhotos">
<p>{{banner.articleContentTitle}}</p>
</a>