|
|
@@ -195,7 +195,7 @@
|
|
|
<div class="form_field">
|
|
|
<div class="select_custom deal_opt1" disabled>
|
|
|
<div class="combo">
|
|
|
- <div class="select">옵션1</div>
|
|
|
+ <div class="select">옵션1선택</div>
|
|
|
<ul class="list" id="goodsDealOptUp1">
|
|
|
<!-- 옵션 1 -->
|
|
|
</ul>
|
|
|
@@ -205,7 +205,7 @@
|
|
|
<div class="form_field">
|
|
|
<div class="select_custom deal_opt2" disabled>
|
|
|
<div class="combo">
|
|
|
- <div class="select">옵션2</div>
|
|
|
+ <div class="select">옵션2선택</div>
|
|
|
<ul class="list" id="goodsDealOptUp2">
|
|
|
<!-- 옵션 2 -->
|
|
|
</ul>
|
|
|
@@ -297,9 +297,9 @@
|
|
|
};
|
|
|
let jsonData = JSON.stringify(data);
|
|
|
|
|
|
- $('.form_field .select_custom.deal_opt1').find('.combo .select').html('옵션1');
|
|
|
+ $('.form_field .select_custom.deal_opt1').find('.combo .select').html('옵션1선택');
|
|
|
$('.form_field .select_custom.deal_opt2').attr('disabled', true);
|
|
|
- $('.form_field .select_custom.deal_opt2').find('.combo .select').html('옵션2');
|
|
|
+ $('.form_field .select_custom.deal_opt2').find('.combo .select').html('옵션2선택');
|
|
|
|
|
|
gagajf.ajaxJsonSubmit('/goods/detail/option1/list', jsonData, function(result) {
|
|
|
|
|
|
@@ -329,10 +329,10 @@
|
|
|
$('.form_field .select_custom.deal_opt1').attr('disabled', false);
|
|
|
//------
|
|
|
tag1 += '<div class="combo">\n';
|
|
|
- tag1 += '<div class="select">옵션1</div>\n';
|
|
|
+ tag1 += '<div class="select">옵션1선택</div>\n';
|
|
|
tag1 += '<ul class="list">\n';
|
|
|
//------
|
|
|
- tag1 += '<li class="selected" id="goodsOpt1">옵션1</li>\n';
|
|
|
+ tag1 += '<li class="selected" id="goodsOpt1">옵션1선택</li>\n';
|
|
|
}
|
|
|
let soldoutYn = "";
|
|
|
if (item.stockQty <= 0) soldoutYn = "true";
|
|
|
@@ -658,9 +658,9 @@
|
|
|
//$('.pd_descrp_pop .form_field .select_custom.deal_opt_item').find('.combo .select').html(dTag);
|
|
|
|
|
|
$('.form_field .select_custom.deal_opt1').attr('disabled', true);
|
|
|
- $('.form_field .select_custom.deal_opt1').find('.combo .select').html('옵션1');
|
|
|
+ $('.form_field .select_custom.deal_opt1').find('.combo .select').html('옵션1선택');
|
|
|
$('.form_field .select_custom.deal_opt2').attr('disabled', true);
|
|
|
- $('.form_field .select_custom.deal_opt2').find('.combo .select').html('옵션2');
|
|
|
+ $('.form_field .select_custom.deal_opt2').find('.combo .select').html('옵션2선택');
|
|
|
|
|
|
}, "text");
|
|
|
}
|