|
@@ -54,17 +54,17 @@
|
|
<!--</div>-->
|
|
<!--</div>-->
|
|
<div class="info-banner AppBanner" th:if="${isSearch} and ${articleImages}">
|
|
<div class="info-banner AppBanner" th:if="${isSearch} and ${articleImages}">
|
|
<div class="banner" th:each="type: ${articleImages}" th:if="${type.levelType} == 1 and ${type.headAppBanner}" >
|
|
<div class="banner" th:each="type: ${articleImages}" th:if="${type.levelType} == 1 and ${type.headAppBanner}" >
|
|
- <a th:href="${type.jumpLink}" th:if="${type.jumpLink}">
|
|
|
|
|
|
+ <a th:href="${type.jumpLink}" th:if="${type.jumpStatus} == 2">
|
|
<img th:src="${type.headAppBanner}" style="width: 100%;height: 100%;" />
|
|
<img th:src="${type.headAppBanner}" style="width: 100%;height: 100%;" />
|
|
</a>
|
|
</a>
|
|
- <img th:src="${type.headAppBanner}" style="width: 100%;height: 100%;" th:if="${type.jumpLink} == null"/>
|
|
|
|
|
|
+ <img th:src="${type.headAppBanner}" style="width: 100%;height: 100%;" th:if="${type.jumpStatus} == 0"/>
|
|
</div>
|
|
</div>
|
|
<div class="sider-banner">
|
|
<div class="sider-banner">
|
|
<div th:each="type: ${articleImages}" th:if="${type.levelType} == 2 and ${type.headAppBanner}" >
|
|
<div th:each="type: ${articleImages}" th:if="${type.levelType} == 2 and ${type.headAppBanner}" >
|
|
- <a th:href="${type.jumpLink}" th:if="${type.jumpLink}">
|
|
|
|
|
|
+ <a th:href="${type.jumpLink}" th:if="${type.jumpStatus} == 2">
|
|
<img th:src="${type.headAppBanner}" style="width: 100%;height: 100%;" />
|
|
<img th:src="${type.headAppBanner}" style="width: 100%;height: 100%;" />
|
|
</a>
|
|
</a>
|
|
- <img th:src="${type.headAppBanner}" style="width: 100%;height: 100%;" th:if="${type.jumpLink} == null"/>
|
|
|
|
|
|
+ <img th:src="${type.headAppBanner}" style="width: 100%;height: 100%;" th:if="${type.jumpStatus} == 0"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -85,17 +85,17 @@
|
|
</div>
|
|
</div>
|
|
<div class="info-banner PcBanner" th:if="${isSearch} and ${articleImages}">
|
|
<div class="info-banner PcBanner" th:if="${isSearch} and ${articleImages}">
|
|
<div class="banner" th:each="type: ${articleImages}" th:if="${type.levelType} == 1 and ${type.headPcBanner}" >
|
|
<div class="banner" th:each="type: ${articleImages}" th:if="${type.levelType} == 1 and ${type.headPcBanner}" >
|
|
- <a th:href="${type.jumpLink}" th:if="${type.jumpLink}">
|
|
|
|
|
|
+ <a th:href="${type.jumpLink}" th:if="${type.jumpStatus} == 2">
|
|
<img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" />
|
|
<img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" />
|
|
</a>
|
|
</a>
|
|
- <img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" th:if="${type.jumpLink} == null"/>
|
|
|
|
|
|
+ <img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" th:if="${type.jumpStatus} == 0"/>
|
|
</div>
|
|
</div>
|
|
<div class="sider-banner">
|
|
<div class="sider-banner">
|
|
<div th:each="type: ${articleImages}" th:if="${type.levelType} == 2 and ${type.headPcBanner}">
|
|
<div th:each="type: ${articleImages}" th:if="${type.levelType} == 2 and ${type.headPcBanner}">
|
|
- <a th:href="${type.jumpLink}" th:if="${type.jumpLink}">
|
|
|
|
|
|
+ <a th:href="${type.jumpLink}" th:if="${type.jumpStatus} == 2">
|
|
<img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" />
|
|
<img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" />
|
|
</a>
|
|
</a>
|
|
- <img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" th:if="${type.jumpLink} == null"/>
|
|
|
|
|
|
+ <img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" th:if="${type.jumpStatus} == 0"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|