@@ -375,7 +375,7 @@ $(document).ready(function() {
}
// 교환사유 선택 처리
- //$('#exchangeReasonPop .select_reason .combo .list li').eq(0).click();
+ $('#exchangeReasonPop .lap .popup_con .button_list button').eq(0).click();
});
// 교환수량버튼기능
@@ -1006,8 +1006,8 @@
// 버튼 클래스 설정
$.each($('.btn_count'), function(idx, item) {
- if ($(item).children().length > 3 && !$(item).hasClass('type1')) {
- $(item).addClass('type1');
+ if ($(item).children().length > 3 && !$(item).hasClass('col2')) {
+ $(item).addClass('col2');
@@ -491,8 +491,8 @@
<script th:inline="javascript">
</script>
@@ -372,6 +372,9 @@ $(document).ready(function() {
// 타이틀명
$('#htopTitle').text('교환 신청');
+
+ // 교환사유 선택 처리