sdfsdfsdf
This commit is contained in:
parent
9401db50f5
commit
66dc7aa661
@ -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() {
|
||||
|
||||
@ -471,27 +492,6 @@ $(function(){
|
||||
_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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user