Pārlūkot izejas kodu

기획전 수정건

jun820624 4 gadi atpakaļ
vecāks
revīzija
fc362ba54a

+ 10 - 8
src/main/webapp/WEB-INF/views/mob/planning/PlanningDetailFormMob.html

@@ -273,14 +273,16 @@ background-color: #fff;text-align: center;}
 </style>
 <!-- 유아동브랜드 Holiday 사은품이벤트 -->
 <script th:if="${planInfo.planSq}==63">
-    let slider = $('.gift_slider').bxSlider(
-        {
-            wrapperClass: 'giftwrap', 
-            auto: true, 
-            speed: 300, 
-            controls: false,
-        }
-    );
+	$(function () {
+	    let slider = $('.gift_slider').bxSlider(
+	        {
+	            wrapperClass: 'giftwrap', 
+	            auto: true, 
+	            speed: 300, 
+	            controls: false,
+	        }
+	    );
+	});
     $(document).on('click','.bx-next, .bx-prev',function() {
     	slider.stopAuto();
     	slider.startAuto();

+ 1 - 0
src/main/webapp/WEB-INF/views/web/planning/PlanningDetailFormWeb.html

@@ -20,6 +20,7 @@
 <script src="https://developers.kakao.com/sdk/js/kakao.min.js"></script>
 <!-- 이벤트를 위한 임시 script 및 style 추가 시작 (21.10.22 by junghwan)  -->
 <link rel="stylesheet" th:href="${@environment.getProperty('domain.uximage')} + '/ux/jquery.bxslider.css'" th:if="${planInfo.planSq}==38 or ${planInfo.planSq}==43 or ${planInfo.planSq}==49 or ${planInfo.planSq}==56 or ${planInfo.planSq}==63">
+<link rel="stylesheet" th:href="${@environment.getProperty('domain.uximage')} + '/ux/xeicon.min.css'"  th:if="${planInfo.planSq}==63">
 <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" th:if="${planInfo.planSq}==38 or ${planInfo.planSq}==43"></script> -->
 <script th:src="${@environment.getProperty('domain.uximage')} + '/ux/jquery.bxslider.min.js'" th:if="${planInfo.planSq}==38 or ${planInfo.planSq}==43 or ${planInfo.planSq}==49 or ${planInfo.planSq}==56 or ${planInfo.planSq}==63"></script>
 <script th:src="${@environment.getProperty('domain.uximage')} + '/ux/pc/js/all.min.js'" th:if="${planInfo.planSq}==49 or ${planInfo.planSq}==56 or ${planInfo.planSq}==63"></script>