|
@@ -23,7 +23,7 @@
|
|
|
|
|
|
|
|
<div class="wrap ">
|
|
<div class="wrap ">
|
|
|
<th:block th:if="${mainLayoutList}" th:each="mainLayoutData, mainStat : ${mainLayoutList}" th:with="contentsLoc=${#strings.replace(mainLayoutData.contentsLoc,'SMM','')}">
|
|
<th:block th:if="${mainLayoutList}" th:each="mainLayoutData, mainStat : ${mainLayoutList}" th:with="contentsLoc=${#strings.replace(mainLayoutData.contentsLoc,'SMM','')}">
|
|
|
- <th:block th:if="${mainLayoutData.ContentsList != null and !mainLayoutData.ContentsList.empty}">
|
|
|
|
|
|
|
+<!-- <th:block th:if="${mainLayoutData.ContentsList != null and !mainLayoutData.ContentsList.empty}">-->
|
|
|
<th:block th:if="${contentsLoc=='001'}">
|
|
<th:block th:if="${contentsLoc=='001'}">
|
|
|
<!-- 1. 비주얼 슬라이드 -->
|
|
<!-- 1. 비주얼 슬라이드 -->
|
|
|
<div class="content wide main_visual">
|
|
<div class="content wide main_visual">
|
|
@@ -239,7 +239,8 @@
|
|
|
|
|
|
|
|
<!-- 6. 타임딜 : 슬라이드 -->
|
|
<!-- 6. 타임딜 : 슬라이드 -->
|
|
|
<th:block th:if="${contentsLoc=='006'}">
|
|
<th:block th:if="${contentsLoc=='006'}">
|
|
|
- <div class="content wide main_deal" th:if="${mainLayoutData.socialInfo != null}">
|
|
|
|
|
|
|
+ <th:block th:each="socialData, socialStat : ${mainLayoutData.socialInfo}">
|
|
|
|
|
+ <div class="content wide main_deal" th:if="${socialData.socialGoodsList != null}">
|
|
|
<div class="cont_head">
|
|
<div class="cont_head">
|
|
|
<p class="displayH" id="id006">
|
|
<p class="displayH" id="id006">
|
|
|
<input type="hidden" name="title" th:value="${mainLayoutData.contentsTitle}">
|
|
<input type="hidden" name="title" th:value="${mainLayoutData.contentsTitle}">
|
|
@@ -324,7 +325,7 @@
|
|
|
<div class="cont_body">
|
|
<div class="cont_body">
|
|
|
<div class="swiper-container post-deal">
|
|
<div class="swiper-container post-deal">
|
|
|
<div class="swiper-wrapper">
|
|
<div class="swiper-wrapper">
|
|
|
- <th:block th:each="socialData, socialStat : ${mainLayoutData.socialInfo}">
|
|
|
|
|
|
|
+<!-- <th:block th:each="socialData, socialStat : ${mainLayoutData.socialInfo}">-->
|
|
|
<th:block th:each="goodsData, goodsStat : ${socialData.socialGoodsList}">
|
|
<th:block th:each="goodsData, goodsStat : ${socialData.socialGoodsList}">
|
|
|
<div class="swiper-slide" th:if="${goodsStat.count<21}">
|
|
<div class="swiper-slide" th:if="${goodsStat.count<21}">
|
|
|
<div class="item_prod">
|
|
<div class="item_prod">
|
|
@@ -348,7 +349,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</th:block>
|
|
</th:block>
|
|
|
- </th:block>
|
|
|
|
|
|
|
+<!-- </th:block>-->
|
|
|
</div>
|
|
</div>
|
|
|
<div class="swiper-controls">
|
|
<div class="swiper-controls">
|
|
|
<div class="swiper-scrollbar"></div>
|
|
<div class="swiper-scrollbar"></div>
|
|
@@ -356,6 +357,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ </th:block>
|
|
|
</th:block>
|
|
</th:block>
|
|
|
|
|
|
|
|
<!-- 7. 브랜드픽 -->
|
|
<!-- 7. 브랜드픽 -->
|
|
@@ -565,7 +567,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</th:block>
|
|
</th:block>
|
|
|
</th:block>
|
|
</th:block>
|
|
|
- </th:block>
|
|
|
|
|
|
|
+<!-- </th:block>-->
|
|
|
|
|
|
|
|
<!-- 10. 당신을위한제안 -->
|
|
<!-- 10. 당신을위한제안 -->
|
|
|
<div class="content main_foryou">
|
|
<div class="content main_foryou">
|