|
@@ -26,7 +26,7 @@
|
|
|
<!-- <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" th:if="${mainLayoutData.ContentsList != null and !mainLayoutData.ContentsList.empty}">
|
|
|
<div class="cont_head dpnone">
|
|
<div class="cont_head dpnone">
|
|
|
<p class="t_c">비주얼 슬라이드</p>
|
|
<p class="t_c">비주얼 슬라이드</p>
|
|
|
</div>
|
|
</div>
|
|
@@ -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>
|
|
@@ -152,9 +152,9 @@
|
|
|
<p class="displayH" id="id004">
|
|
<p class="displayH" id="id004">
|
|
|
<input type="hidden" name="title" th:value="${mainLayoutData.contentsTitle}">
|
|
<input type="hidden" name="title" th:value="${mainLayoutData.contentsTitle}">
|
|
|
</p>
|
|
</p>
|
|
|
- <th:block th:each="ContentsData, ContentsStat : ${mainLayoutData.ContentsList}">
|
|
|
|
|
- <a href="javascript:void(0);" th:onclick="cfnGoToPage([[${ContentsData.strVar1}]]);"><span>전체보기</span></a>
|
|
|
|
|
- </th:block>
|
|
|
|
|
|
|
+<!-- <th:block th:each="ContentsData, ContentsStat : ${mainLayoutData.ContentsList}">-->
|
|
|
|
|
+ <a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_BEST_MAIN);"><span>전체보기</span></a>
|
|
|
|
|
+<!-- </th:block>-->
|
|
|
</div>
|
|
</div>
|
|
|
<div class="cont_body">
|
|
<div class="cont_body">
|
|
|
<div class="it_nav">
|
|
<div class="it_nav">
|
|
@@ -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>
|
|
@@ -240,7 +240,7 @@
|
|
|
<!-- 6. 타임딜 : 슬라이드 -->
|
|
<!-- 6. 타임딜 : 슬라이드 -->
|
|
|
<th:block th:if="${contentsLoc=='006'}">
|
|
<th:block th:if="${contentsLoc=='006'}">
|
|
|
<th:block th:each="socialData, socialStat : ${mainLayoutData.socialInfo}">
|
|
<th:block th:each="socialData, socialStat : ${mainLayoutData.socialInfo}">
|
|
|
- <div class="content wide main_deal" th:if="${socialData.socialGoodsList != null}">
|
|
|
|
|
|
|
+ <div class="content wide main_deal" th:if="${socialData.socialGoodsList != null and !socialData.socialGoodsList.empty}">
|
|
|
<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}">
|
|
@@ -271,55 +271,59 @@
|
|
|
<script>
|
|
<script>
|
|
|
/* 핫딜 countDown */
|
|
/* 핫딜 countDown */
|
|
|
// var target_date = new Date().getTime() + (1000*3600*8); // set the countdown date
|
|
// var target_date = new Date().getTime() + (1000*3600*8); // set the countdown date
|
|
|
- var target_date = $("#socailForm").find("input[name=targetTime]").val().toDate("YYYYMMDD");
|
|
|
|
|
- var days, hours, minutes, seconds; // variables for time units
|
|
|
|
|
|
|
+ var target_date = '';
|
|
|
|
|
+ if(!gagajf.isNull($("#socailForm").find("input[name=targetTime]").val())){
|
|
|
|
|
+ target_date = $("#socailForm").find("input[name=targetTime]").val().toDate("YYYYMMDD");
|
|
|
|
|
+ }
|
|
|
|
|
+ if(target_date != null && target_date != ''){
|
|
|
|
|
+ var days, hours, minutes, seconds; // variables for time units
|
|
|
|
|
|
|
|
- var countdown = document.getElementById("tiles"); // get tag element
|
|
|
|
|
|
|
+ var countdown = document.getElementById("tiles"); // get tag element
|
|
|
|
|
|
|
|
- getCountdown();
|
|
|
|
|
|
|
+ getCountdown();
|
|
|
|
|
|
|
|
- var timerStop = setInterval(function () { getCountdown(); }, 1000);
|
|
|
|
|
|
|
+ var timerStop = setInterval(function () { getCountdown(); }, 1000);
|
|
|
|
|
|
|
|
- var fixDate = new Date().getTime();
|
|
|
|
|
- var fixTarget = (target_date - fixDate) / 1000;
|
|
|
|
|
- var width = (86400-fixTarget)*100/86400;
|
|
|
|
|
|
|
+ var fixDate = new Date().getTime();
|
|
|
|
|
+ var fixTarget = (target_date - fixDate) / 1000;
|
|
|
|
|
+ var width = (86400-fixTarget)*100/86400;
|
|
|
|
|
|
|
|
- function getCountdown(){
|
|
|
|
|
|
|
+ function getCountdown(){
|
|
|
|
|
|
|
|
- // find the amount of "seconds" between now and target
|
|
|
|
|
- var current_date = new Date().getTime();
|
|
|
|
|
- var seconds_left = (target_date - current_date) / 1000;
|
|
|
|
|
|
|
+ // find the amount of "seconds" between now and target
|
|
|
|
|
+ var current_date = new Date().getTime();
|
|
|
|
|
+ var seconds_left = (target_date - current_date) / 1000;
|
|
|
|
|
|
|
|
- seconds_left = seconds_left % 86400;
|
|
|
|
|
|
|
+ seconds_left = seconds_left % 86400;
|
|
|
|
|
|
|
|
- hours = pad( parseInt(seconds_left / 3600) );
|
|
|
|
|
- seconds_left = seconds_left % 3600;
|
|
|
|
|
|
|
+ hours = pad( parseInt(seconds_left / 3600) );
|
|
|
|
|
+ seconds_left = seconds_left % 3600;
|
|
|
|
|
|
|
|
- minutes = pad( parseInt(seconds_left / 60) );
|
|
|
|
|
- seconds = pad( parseInt( seconds_left % 60 ) );
|
|
|
|
|
|
|
+ minutes = pad( parseInt(seconds_left / 60) );
|
|
|
|
|
+ seconds = pad( parseInt( seconds_left % 60 ) );
|
|
|
|
|
|
|
|
- // format countdown string + set tag value
|
|
|
|
|
- countdown.innerHTML = "<span>" + hours + "</span><span>" + minutes + "</span><span>" + seconds + "</span>";
|
|
|
|
|
|
|
+ // format countdown string + set tag value
|
|
|
|
|
+ countdown.innerHTML = "<span>" + hours + "</span><span>" + minutes + "</span><span>" + seconds + "</span>";
|
|
|
|
|
|
|
|
- var elem = document.getElementById("barCurrent");
|
|
|
|
|
- function progressMove(){
|
|
|
|
|
- width += (100-width)/fixTarget;
|
|
|
|
|
- elem.style.width = width + "%";
|
|
|
|
|
- }
|
|
|
|
|
- progressMove();
|
|
|
|
|
|
|
+ var elem = document.getElementById("barCurrent");
|
|
|
|
|
+ function progressMove(){
|
|
|
|
|
+ width += (100-width)/fixTarget;
|
|
|
|
|
+ elem.style.width = width + "%";
|
|
|
|
|
+ }
|
|
|
|
|
+ progressMove();
|
|
|
|
|
|
|
|
- if(seconds_left < 1){
|
|
|
|
|
- clearInterval(timerStop);
|
|
|
|
|
- elem.style.width = "100%";
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ if(seconds_left < 1){
|
|
|
|
|
+ clearInterval(timerStop);
|
|
|
|
|
+ elem.style.width = "100%";
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
- function pad(n) {
|
|
|
|
|
- return (n < 10 ? '0' : '') + n;
|
|
|
|
|
|
|
+ function pad(n) {
|
|
|
|
|
+ return (n < 10 ? '0' : '') + n;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
/* countDown */
|
|
/* countDown */
|
|
|
-
|
|
|
|
|
</script>
|
|
</script>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="cont_body">
|
|
<div class="cont_body">
|
|
@@ -337,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>
|
|
@@ -420,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>
|
|
@@ -514,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>
|
|
@@ -1082,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,
|
|
@@ -1090,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,
|
|
@@ -1103,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,
|
|
@@ -1128,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,
|
|
|
|
|
- // },
|
|
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1152,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
|
|
|
},
|
|
},
|
|
@@ -1175,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
|
|
|
},
|
|
},
|