|
|
@@ -446,7 +446,11 @@
|
|
|
</th:block>
|
|
|
|
|
|
<th:block th:if="${goodsCompose.tobeFormYn == 'Y'}">
|
|
|
-
|
|
|
+ <!-- 상품명 -->
|
|
|
+ <div class="mdhtml_box">
|
|
|
+ <span class="tit_view" th:text="${goodsCompose.compsGoodsNm}">상품명</span>
|
|
|
+ </div>
|
|
|
+
|
|
|
<!-- 착용컷 노출 -->
|
|
|
<div class="view_outfit_box" th:if="${#strings.contains(goodsCompose.goodsImgList,'_C1')
|
|
|
or #strings.contains(goodsCompose.goodsImgList,'_C2')
|
|
|
@@ -2520,9 +2524,11 @@
|
|
|
if ("G056_S" == [[${goodsInfo.goodsType}]] ){
|
|
|
let goodsComposeList = ([[${goodsComposeList}]]);
|
|
|
if (goodsComposeList.length > 0){
|
|
|
+ var titStr = "";
|
|
|
$.each(goodsComposeList, function(idx, item) {
|
|
|
if ("N" == item.tobeFormYn && !gagajf.isNull(item.goodsDesc)){
|
|
|
- $('#goodsDescHtml_'+ item.compsGoodsCd).html(item.goodsDesc);
|
|
|
+ titStr = '<span class="tit_view">'+item.compsGoodsNm+'</span>';
|
|
|
+ $('#goodsDescHtml_'+ item.compsGoodsCd).html(titStr + item.goodsDesc);
|
|
|
}
|
|
|
});
|
|
|
}
|