|
@@ -386,7 +386,7 @@
|
|
|
<p th:text="${floor.get('detail')}"></p>
|
|
|
<a class="section_page_btn" href="/product/hot.html" target="_blank"></a>
|
|
|
</div>
|
|
|
- <div class="swiper-container-floor" id="recommendBox">
|
|
|
+ <div class="hotList swiper-container-floor" id="recommendBox">
|
|
|
<div class="section_page_main type_08 swiper-wrapper recommendBox-wrapper clear mfw section_8">
|
|
|
<!-- 商品/图片 列表 -->
|
|
|
<th:block th:each="pros : ${floor.get('floorImageList')}" th:object="${pros}">
|
|
@@ -449,7 +449,7 @@
|
|
|
<p th:text="${floor.get('detail')}"></p>
|
|
|
</div>
|
|
|
<th:block th:object="${floor.get('floorContent')}">
|
|
|
- <div th:class="*{templateType}==8? 'hotList swiper-container-floor' : ''" th:id="*{templateType}==8? 'recommendBox' : ''">
|
|
|
+ <div th:class="*{templateType}==8? 'swiper-container-floor' : ''" th:id="*{templateType}==8? 'recommendBox' : ''">
|
|
|
<div th:class="*{templateType}==8? *{'section_page_main type_08 swiper-wrapper recommendBox-wrapper clear mfw section_'+templateType} : *{'section_page_main clear mfw section_'+templateType}">
|
|
|
<!-- 广告图 -->
|
|
|
<th:block th:if="*{templateType}==1 or *{templateType}==2 or *{templateType}==3 or *{templateType}==4 or *{templateType}==5">
|