|
@@ -69,6 +69,8 @@
|
|
|
</th:block>
|
|
</th:block>
|
|
|
|
|
|
|
|
</th:block>
|
|
</th:block>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<div class="coner_front">
|
|
<div class="coner_front">
|
|
|
<div class="promotion_visual" th:if="${fsrcInfoBtm != null}" th:utext="${fsrcInfoBtm.fsrcPc}"></div>
|
|
<div class="promotion_visual" th:if="${fsrcInfoBtm != null}" th:utext="${fsrcInfoBtm.fsrcPc}"></div>
|
|
|
<!-- 하단배너 -->
|
|
<!-- 하단배너 -->
|
|
@@ -336,8 +338,7 @@ if(coupon != null || coupon != ''){
|
|
|
html += ' </button>';
|
|
html += ' </button>';
|
|
|
}
|
|
}
|
|
|
html += ' </div>';
|
|
html += ' </div>';
|
|
|
- html += ' <button type="button" class="btn_underline"';
|
|
|
|
|
- html += ' id="btn_cpinfo_pop">';
|
|
|
|
|
|
|
+ html += ' <button type="button" class="btn_underline" id="btn_cpinfo_pop" onclick="useInfoCoupon('+coupon[i].cpnId+')">';
|
|
|
html += ' <span>사용안내</span>';
|
|
html += ' <span>사용안내</span>';
|
|
|
html += ' </button>';
|
|
html += ' </button>';
|
|
|
html += ' </li>';
|
|
html += ' </li>';
|
|
@@ -606,7 +607,7 @@ return num.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
|
|
|
clickable: true,
|
|
clickable: true,
|
|
|
},
|
|
},
|
|
|
});
|
|
});
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
//내부앵커이동
|
|
//내부앵커이동
|
|
|
$(".bullet_sticky_nav li a").on("click", function(){
|
|
$(".bullet_sticky_nav li a").on("click", function(){
|