|
@@ -204,7 +204,7 @@
|
|
|
<!-- 日期 && 浏览量 -->
|
|
|
<section class="section publish-info">
|
|
|
<div class="publish-date"><span>日 期:</span><span>2021-10-27 17:23</span></div>
|
|
|
- <div class="review"><span>浏览量:</span><span>35</span></div>
|
|
|
+ <div class="review"><span>浏览量:</span><span th:text="*{pv}"></span></div>
|
|
|
</section>
|
|
|
|
|
|
<!-- 相关链接 -->
|
|
@@ -218,7 +218,7 @@
|
|
|
<img th:src="*{image}" th:alt="*{name}" class="image"/>
|
|
|
<span th:text="*{name}" class="name"></span>
|
|
|
</a>
|
|
|
- <a th:href="*{ '/supplier-' + shopId + '.html' }" target="_blank" class="link">
|
|
|
+ <a th:href="*{ '/supplier-' + shopId + '.html' }" target="_blank" class="link" th:if="*{shopId != ''}">
|
|
|
<img th:src="*{shopLogo}" th:alt="*{shopName}" class="image"/>
|
|
|
<span th:text="*{shopName}" class="name"></span>
|
|
|
</a>
|