|
|
@@ -61,20 +61,11 @@
|
|
|
<div id="reviewList">
|
|
|
|
|
|
</div>
|
|
|
- <!-- <div class="btn_group" style="display:none;">
|
|
|
+ <div class="ui_foot" style="display:none;">
|
|
|
<button class="btn btnM btnIcon_more" id="btnMore" style="width: 100%;">더보기</button>
|
|
|
- </div> -->
|
|
|
-
|
|
|
- <div class="btn_group">
|
|
|
- <div><button class="btn btnIcon_more" id="btnMore">더보기</button></div>
|
|
|
</div>
|
|
|
-
|
|
|
- <!-- <div class="ui_foot" style="display:none;">
|
|
|
+ <div class="ui_foot" style="display:none;">
|
|
|
<button class="btn btnM btnIcon_more" id="btnMore2" style="width: 100%;">더보기</button>
|
|
|
- </div> -->
|
|
|
-
|
|
|
- <div class="btn_group">
|
|
|
- <div><button class="btn btnIcon_more" id="btnMore2">더보기</button></div>
|
|
|
</div>
|
|
|
<!-- // tab_cont End -->
|
|
|
</div>
|
|
|
@@ -124,7 +115,7 @@
|
|
|
html += ' </div>\n';
|
|
|
html += ' <div class="info_box">\n';
|
|
|
html += ' <div class="od_name">\n';
|
|
|
- html += ' <div class="goods_date"><span class="date">'+item.payDt+'</span> 구매</div>\n';
|
|
|
+ html += ' <div class="goods_date"><span class="date">'+item.ordDt+'</span> 구매</div>\n';
|
|
|
html += ' <div class="brand">\n';
|
|
|
html += ' <span>'+item.brandNm+'</span>\n';
|
|
|
html += ' </div>\n';
|
|
|
@@ -133,9 +124,11 @@
|
|
|
html += ' <div class="od_opt">\n';
|
|
|
html += ' <div class="option">\n';
|
|
|
if (item.goodsType =='G056_S') {
|
|
|
+ html += '<em>';
|
|
|
$.each(item.colorNmArr, function (index2, option) {
|
|
|
- html += ' <em>' + item.itemNmArr[index2] + ' / ' + option +'</em>\n';
|
|
|
+ html += item.itemNmArr[index2] + ' / ' + option + '<br>';
|
|
|
})
|
|
|
+ html += '</em>\n';
|
|
|
}else{
|
|
|
html += ' <em>'+item.colorNm+'</em>\n';
|
|
|
}
|
|
|
@@ -300,7 +293,7 @@
|
|
|
html += ' </div>\n';
|
|
|
html += ' <div class="info_box">\n';
|
|
|
html += ' <div class="od_name">\n';
|
|
|
- html += ' <div class="goods_date"><span class="date">'+item.payDt+'</span> 구매</div>\n';
|
|
|
+ html += ' <div class="goods_date"><span class="date">'+item.ordDt+'</span> 구매</div>\n';
|
|
|
html += ' <div class="brand">\n';
|
|
|
html += ' <span>'+item.brandNm+'</span>\n';
|
|
|
html += ' </div>\n';
|
|
|
@@ -309,9 +302,11 @@
|
|
|
html += ' <div class="od_opt">\n';
|
|
|
html += ' <div class="option">\n';
|
|
|
if (item.goodsType =='G056_S') {
|
|
|
+ html += '<em>';
|
|
|
$.each(item.colorNmArr, function (index2, option) {
|
|
|
- html += ' <em>' + item.itemNmArr[index2] + ' / ' + option + '</em><br>\n';
|
|
|
+ html += item.itemNmArr[index2] + ' / ' + option + '<br>';
|
|
|
})
|
|
|
+ html += '</em>\n';
|
|
|
}else{
|
|
|
html += ' <em>'+item.colorNm+'</em>\n';
|
|
|
}
|