|
@@ -35,11 +35,11 @@
|
|
|
</div>
|
|
|
<!-- 分类楼层 -->
|
|
|
<div class="floor-list">
|
|
|
- <div class="floor" th:each="floor,floorStat : ${typeData}">
|
|
|
+ <div class="floor" th:each="floor : ${typeData}">
|
|
|
<div class="floor-title">
|
|
|
<h2 th:text="${floor?.name}"></h2>
|
|
|
<div class="h5-more-btn">
|
|
|
- <a th:href="'more-' + ${floor.typeId} + '-1-12.html'" th:if="${floorStat.size >= 6}">
|
|
|
+ <a th:href="'more-' + ${floor.typeId} + '-1-12.html'">
|
|
|
<span>更多</span>
|
|
|
<i class="icon arrowright"></i>
|
|
|
</a>
|
|
@@ -74,7 +74,7 @@
|
|
|
</section>
|
|
|
</article>
|
|
|
<!-- 查看更多 -->
|
|
|
- <div class="more" th:if="${floorStat.size >= 6}">
|
|
|
+ <div class="more">
|
|
|
<a th:href="'more-' + ${floor.typeId} + '-1-12.html'">
|
|
|
<div class="more-btn">
|
|
|
<span class="">查看更多</span>
|