sdfsdfsdf

This commit is contained in:
com02 2021-12-10 17:13:26 +09:00
parent 9401db50f5
commit 66dc7aa661

View File

@ -430,6 +430,27 @@ function fn_listPops(typeDivCd) {
<button type="button" id="mo-member-btn" class="member-btn" onclick="fn_getMemberCard();">회원증 보러가기</button>
</sec:authorize>
<script>
/* 메인슬라이드 */
var myswiper = new Swiper(".MainSwiper", {
loop: true,
slidesPerView: 1,
spaceBetween: 0,
centeredSlides: true,
autoplay: {
delay: 4000,
disableOnInteraction: false,
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
pagination: {
el: '.pagination .swiper-pagination',
type: 'fraction',
}
});
$(function(){
$(window).resize(function() {
@ -470,28 +491,7 @@ $(function(){
_centeredSlides = false;
_lenght = 5;
}
/* 메인슬라이드 */
var myswiper = new Swiper(".MainSwiper", {
loop: true,
slidesPerView: 1,
spaceBetween: 0,
centeredSlides: true,
autoplay: {
delay: 4000,
disableOnInteraction: false,
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
pagination: {
el: '.pagination .swiper-pagination',
type: 'fraction',
}
});
/* 문화원s pick */
var pickswiper = new Swiper('.pickSwiper', {
loop : _loop,