|
@@ -26,7 +26,7 @@
|
|
|
</div>
|
|
|
<!--主体内容-->
|
|
|
<div class="content clearfix" id="ArticleContent" v-cloak>
|
|
|
- <div class="info-banner AppBanner" th:if="${isSearch} and ${articleImages}">
|
|
|
+ <div class="info-banner AppBanner" th:if="${isSearch} and ${articleImages} and ${!articleImages.empty}">
|
|
|
<div class="banner">
|
|
|
<van-swipe class="my-swipe" :autoplay="3000" indicator-color="white">
|
|
|
<van-swipe-item th:each="type: ${articleImages}" th:if="${type.levelType} == 1 and ${type.headAppBanner} and ${type.appStatus} == 1">
|
|
@@ -65,12 +65,12 @@
|
|
|
<div class="h5-notice">公告:</div>
|
|
|
<div class="h5-notice-title">
|
|
|
<ul>
|
|
|
- <li @click="hanldDetails(newsList[0].id)" v-if="newsList[0].title">{{ newsList[0].title }}</li>
|
|
|
+ <li @click="hanldDetails(newsList[0].id)" v-if="newsList[0]?.title">{{ newsList[0].title }}</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="h5-notice-more"><a href="/info/articlerecommendation-3-1.html?isNotice">更多 ></a></div>
|
|
|
</div>
|
|
|
- <div class="info-banner PcBanner" th:if="${isSearch} and ${articleImages}">
|
|
|
+ <div class="info-banner PcBanner" th:if="${isSearch} and ${articleImages} and ${!articleImages.empty}">
|
|
|
<div class="banner">
|
|
|
<el-carousel :autoplay="true" show-indicators="false">
|
|
|
<el-carousel-item th:each="type: ${articleImages}" th:if="${type.levelType} == 1 and ${type.headPcBanner} and ${type.pcStatus} == 1">
|