|
@@ -129,8 +129,8 @@
|
|
|
</div>
|
|
</div>
|
|
|
<p class="itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
<p class="itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
|
<div class=" itemName" th:text="${goodsData.goodsFullNm}">스타 착용 여성 퍼 아플리케 오버핏 투마일 웨어링 점퍼</div>
|
|
<div class=" itemName" th:text="${goodsData.goodsFullNm}">스타 착용 여성 퍼 아플리케 오버핏 투마일 웨어링 점퍼</div>
|
|
|
- <p class="itemPrice" th:text="${#numbers.formatInteger(goodsData.currPrice,1,'COMMA')}">488,000원</p>
|
|
|
|
|
<div class="itemComment" th:text="${goodsData.goodsTnm}">#가을느낌 물씬!</div>
|
|
<div class="itemComment" th:text="${goodsData.goodsTnm}">#가을느낌 물씬!</div>
|
|
|
|
|
+ <p class="itemPrice" th:text="${#numbers.formatInteger(goodsData.currPrice,1,'COMMA')}">488,000원</p>
|
|
|
</a>
|
|
</a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -183,11 +183,11 @@
|
|
|
</div>
|
|
</div>
|
|
|
<p class=" itemBrand" th:text="${bestItemData.brandGroupNm}">BRAND NAME</p>
|
|
<p class=" itemBrand" th:text="${bestItemData.brandGroupNm}">BRAND NAME</p>
|
|
|
<div class=" itemName" th:text="${bestItemData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
<div class=" itemName" th:text="${bestItemData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
|
|
|
+ <div class="itemComment" th:text="${bestItemData.goodsTnm}">#데일리웨어로 매일입고싶은</div>
|
|
|
<p class="itemPrice">[[${#numbers.formatInteger(bestItemData.currPrice,0,'COMMA')}]]
|
|
<p class="itemPrice">[[${#numbers.formatInteger(bestItemData.currPrice,0,'COMMA')}]]
|
|
|
<span class="itemPrice_original" th:if="${bestItemData.currPrice != bestItemData.listPrice}" th:text="${#numbers.formatInteger(bestItemData.listPrice,3,'COMMA')}">89,000</span>
|
|
<span class="itemPrice_original" th:if="${bestItemData.currPrice != bestItemData.listPrice}" th:text="${#numbers.formatInteger(bestItemData.listPrice,3,'COMMA')}">89,000</span>
|
|
|
<span class=" itemPercent" th:if="${bestItemData.currPrice != bestItemData.listPrice}" th:text="${(bestItemData.listPrice == 0 ? 0 : #numbers.formatDecimal((bestItemData.listPrice - bestItemData.currPrice) / (bestItemData.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
<span class=" itemPercent" th:if="${bestItemData.currPrice != bestItemData.listPrice}" th:text="${(bestItemData.listPrice == 0 ? 0 : #numbers.formatDecimal((bestItemData.listPrice - bestItemData.currPrice) / (bestItemData.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
|
</p>
|
|
</p>
|
|
|
- <div class="itemComment" th:text="${bestItemData.goodsTnm}">#데일리웨어로 매일입고싶은</div>
|
|
|
|
|
</a>
|
|
</a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -341,13 +341,13 @@
|
|
|
</div>
|
|
</div>
|
|
|
<p class="itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
<p class="itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
|
<div class="itemName" th:text="${goodsData.goodsNm}">여성 체인 프린트 큐롯 스커트 프린트 큐롯 스커트</div>
|
|
<div class="itemName" th:text="${goodsData.goodsNm}">여성 체인 프린트 큐롯 스커트 프린트 큐롯 스커트</div>
|
|
|
|
|
+ <div class="itemComment" th:text="${goodsData.goodsTnm}">#데일리웨어로 매일입고싶은</div>
|
|
|
<p class="itemPrice">
|
|
<p class="itemPrice">
|
|
|
[[${#numbers.formatInteger(goodsData.currPrice,0,'COMMA')}]]
|
|
[[${#numbers.formatInteger(goodsData.currPrice,0,'COMMA')}]]
|
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,0,'COMMA')} + '원'"></span>
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,0,'COMMA')} + '원'"></span>
|
|
|
<span class=" itemPercent" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatDecimal(goodsData.dcRate,1,0)} + '%'"></span>
|
|
<span class=" itemPercent" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatDecimal(goodsData.dcRate,1,0)} + '%'"></span>
|
|
|
<!--<span class="itemPercent" th:if="${planningGoods.currPrice != planningGoods.listPrice}" th:text="${(planningGoods.listPrice == 0 ? 0 : #numbers.formatDecimal((planningGoods.listPrice - planningGoods.currPrice) / (planningGoods.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>-->
|
|
<!--<span class="itemPercent" th:if="${planningGoods.currPrice != planningGoods.listPrice}" th:text="${(planningGoods.listPrice == 0 ? 0 : #numbers.formatDecimal((planningGoods.listPrice - planningGoods.currPrice) / (planningGoods.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>-->
|
|
|
</p>
|
|
</p>
|
|
|
- <div class="itemComment" th:text="${goodsData.goodsTnm}">#데일리웨어로 매일입고싶은</div>
|
|
|
|
|
</a>
|
|
</a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -424,11 +424,11 @@
|
|
|
<img alt="BLACK-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + goodsData.sysImgNm}" onerror="noneImg(this)">
|
|
<img alt="BLACK-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + goodsData.sysImgNm}" onerror="noneImg(this)">
|
|
|
</div>
|
|
</div>
|
|
|
<div class=" itemName" th:text="${goodsData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
<div class=" itemName" th:text="${goodsData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
|
|
|
+ <div class="itemComment" th:text="${goodsData.goodsTnm}">#데일리웨어로 매일입고싶은</div>
|
|
|
<p class="itemPrice" th:text="${#numbers.formatInteger(goodsData.currPrice,1,'COMMA')}">80,100
|
|
<p class="itemPrice" th:text="${#numbers.formatInteger(goodsData.currPrice,1,'COMMA')}">80,100
|
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}">89,000</span>
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}">89,000</span>
|
|
|
<span class=" itemPercent" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${(goodsData.listPrice == 0 ? 0 : #numbers.formatDecimal((goodsData.listPrice - goodsData.currPrice) / (goodsData.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
<span class=" itemPercent" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${(goodsData.listPrice == 0 ? 0 : #numbers.formatDecimal((goodsData.listPrice - goodsData.currPrice) / (goodsData.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
|
</p>
|
|
</p>
|
|
|
- <div class="itemComment" th:text="${goodsData.goodsTnm}">#데일리웨어로 매일입고싶은</div>
|
|
|
|
|
</a>
|
|
</a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -518,11 +518,11 @@
|
|
|
</div>
|
|
</div>
|
|
|
<p class="itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
<p class="itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
|
<div class=" itemName" th:text="${goodsData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
<div class=" itemName" th:text="${goodsData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
|
|
|
+ <div class="itemComment" th:text="${goodsData.goodsTnm}">#주문 폭주 상품</div>
|
|
|
<p class="itemPrice">[[${#numbers.formatInteger(goodsData.currPrice,0,'COMMA')}]]
|
|
<p class="itemPrice">[[${#numbers.formatInteger(goodsData.currPrice,0,'COMMA')}]]
|
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}">89,000</span>
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}">89,000</span>
|
|
|
<span class=" itemPercent" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${(goodsData.listPrice == 0 ? 0 : #numbers.formatDecimal((goodsData.listPrice - goodsData.currPrice) / (goodsData.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
<span class=" itemPercent" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${(goodsData.listPrice == 0 ? 0 : #numbers.formatDecimal((goodsData.listPrice - goodsData.currPrice) / (goodsData.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
|
</p>
|
|
</p>
|
|
|
- <div class="itemComment" th:text="${goodsData.goodsTnm}">#주문 폭주 상품</div>
|
|
|
|
|
</a>
|
|
</a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -1086,7 +1086,7 @@ var main_deal_slide = new Swiper ('.main_deal .post-deal', {
|
|
|
/* 브랜드 PICK 갯수체크 210430_수정 */
|
|
/* 브랜드 PICK 갯수체크 210430_수정 */
|
|
|
var pickCont = $('.post-pick-nav .swiper-slide');
|
|
var pickCont = $('.post-pick-nav .swiper-slide');
|
|
|
var pickLength = pickCont.length;
|
|
var pickLength = pickCont.length;
|
|
|
-if (pickLength < 2) {
|
|
|
|
|
|
|
+if (pickLength < 7) { //210614_ 수정 : 슬라이드 갯수 7개 미만일시 롤링 기능 억제.
|
|
|
/* SLIDE - MAIN_PICK */
|
|
/* SLIDE - MAIN_PICK */
|
|
|
var main_pick_nav = new Swiper('.main_pick .post-pick-nav', { //top
|
|
var main_pick_nav = new Swiper('.main_pick .post-pick-nav', { //top
|
|
|
initialSlide: 0,
|
|
initialSlide: 0,
|
|
@@ -1094,12 +1094,9 @@ if (pickLength < 2) {
|
|
|
// slidesPerGroup: 6,
|
|
// slidesPerGroup: 6,
|
|
|
loop: false,
|
|
loop: false,
|
|
|
watchOverflow : true,
|
|
watchOverflow : true,
|
|
|
- loopeSlides: 6,
|
|
|
|
|
- loopFillGroupWithBlank : true,
|
|
|
|
|
// slideToClickedSlide : true,
|
|
// slideToClickedSlide : true,
|
|
|
slideToClickedSlide : true,
|
|
slideToClickedSlide : true,
|
|
|
loopAdditionalSlides : 1,
|
|
loopAdditionalSlides : 1,
|
|
|
- // centeredSlides : true,
|
|
|
|
|
watchSlidesVisibility: true,
|
|
watchSlidesVisibility: true,
|
|
|
watchSlidesProgress: true,
|
|
watchSlidesProgress: true,
|
|
|
freeMode: false,
|
|
freeMode: false,
|
|
@@ -1107,24 +1104,17 @@ if (pickLength < 2) {
|
|
|
nextEl: '.main_pick .swiper-button-next',
|
|
nextEl: '.main_pick .swiper-button-next',
|
|
|
prevEl: '.main_pick .swiper-button-prev',
|
|
prevEl: '.main_pick .swiper-button-prev',
|
|
|
},
|
|
},
|
|
|
- // autoplay: {
|
|
|
|
|
- // delay: 5000,
|
|
|
|
|
- // disableOnInteraction: false,
|
|
|
|
|
- // },
|
|
|
|
|
});
|
|
});
|
|
|
} else {
|
|
} else {
|
|
|
/* SLIDE - MAIN_PICK */
|
|
/* SLIDE - MAIN_PICK */
|
|
|
var main_pick_nav = new Swiper('.main_pick .post-pick-nav', { //top
|
|
var main_pick_nav = new Swiper('.main_pick .post-pick-nav', { //top
|
|
|
initialSlide: 0,
|
|
initialSlide: 0,
|
|
|
slidesPerView: 6,
|
|
slidesPerView: 6,
|
|
|
- // slidesPerGroup: 6,
|
|
|
|
|
- loop: true,
|
|
|
|
|
- loopeSlides: 6,
|
|
|
|
|
- loopFillGroupWithBlank : true,
|
|
|
|
|
|
|
+ slidesPerGroup: 6,
|
|
|
|
|
+ loop: false,
|
|
|
// slideToClickedSlide : true,
|
|
// slideToClickedSlide : true,
|
|
|
slideToClickedSlide : true,
|
|
slideToClickedSlide : true,
|
|
|
- loopAdditionalSlides : 1,
|
|
|
|
|
- // centeredSlides : true,
|
|
|
|
|
|
|
+ //loopAdditionalSlides : 1,
|
|
|
watchSlidesVisibility: true,
|
|
watchSlidesVisibility: true,
|
|
|
watchSlidesProgress: true,
|
|
watchSlidesProgress: true,
|
|
|
freeMode: false,
|
|
freeMode: false,
|
|
@@ -1132,10 +1122,6 @@ if (pickLength < 2) {
|
|
|
nextEl: '.main_pick .swiper-button-next',
|
|
nextEl: '.main_pick .swiper-button-next',
|
|
|
prevEl: '.main_pick .swiper-button-prev',
|
|
prevEl: '.main_pick .swiper-button-prev',
|
|
|
},
|
|
},
|
|
|
- // autoplay: {
|
|
|
|
|
- // delay: 5000,
|
|
|
|
|
- // disableOnInteraction: false,
|
|
|
|
|
- // },
|
|
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1156,10 +1142,10 @@ if (pickForLength < 2) {
|
|
|
// loopFillGroupWithBlank : true,
|
|
// loopFillGroupWithBlank : true,
|
|
|
loopAdditionalSlides: 1,
|
|
loopAdditionalSlides: 1,
|
|
|
allowTouchMove: false,
|
|
allowTouchMove: false,
|
|
|
- navigation: {
|
|
|
|
|
- nextEl: '.main_pick .swiper-button-next',
|
|
|
|
|
- prevEl: '.main_pick .swiper-button-prev',
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // navigation: {
|
|
|
|
|
+ // nextEl: '.main_pick .swiper-button-next',
|
|
|
|
|
+ // prevEl: '.main_pick .swiper-button-prev',
|
|
|
|
|
+ // },
|
|
|
thumbs: {
|
|
thumbs: {
|
|
|
swiper: main_pick_nav
|
|
swiper: main_pick_nav
|
|
|
},
|
|
},
|
|
@@ -1179,10 +1165,10 @@ if (pickForLength < 2) {
|
|
|
// loopFillGroupWithBlank : true,
|
|
// loopFillGroupWithBlank : true,
|
|
|
loopAdditionalSlides: 1,
|
|
loopAdditionalSlides: 1,
|
|
|
allowTouchMove: false,
|
|
allowTouchMove: false,
|
|
|
- navigation: {
|
|
|
|
|
- nextEl: '.main_pick .swiper-button-next',
|
|
|
|
|
- prevEl: '.main_pick .swiper-button-prev',
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // navigation: {
|
|
|
|
|
+ // nextEl: '.main_pick .swiper-button-next',
|
|
|
|
|
+ // prevEl: '.main_pick .swiper-button-prev',
|
|
|
|
|
+ // },
|
|
|
thumbs: {
|
|
thumbs: {
|
|
|
swiper: main_pick_nav
|
|
swiper: main_pick_nav
|
|
|
},
|
|
},
|