|
|
@@ -459,11 +459,17 @@
|
|
|
<em class="ico ico_besttag"></em>
|
|
|
</div>
|
|
|
<div class="lap">
|
|
|
- <div class="pic" th:if="${bestReview.reviewAttachList != null and !bestReview.reviewAttachList.empty}">
|
|
|
+ <th:block th:if="${bestReview.reviewAttachList != null and !bestReview.reviewAttachList.empty}">
|
|
|
+ <div class="pic" >
|
|
|
<th:block th:each="reviewAttach, attachStatus : ${bestReview.reviewAttachList}" th:if="${attachStatus.first}">
|
|
|
<span class="thumb " th:classAppend="${(reviewAttach.fileGb == 'M') ? 'mov' :''}" th:style="${'background-image:url('+imgUrl+ reviewAttach.sysFileNm+');'}"></span><!-- 동영상의 썸네일일 경우 mov 클래스 추가 -->
|
|
|
</th:block>
|
|
|
</div>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:unless="${bestReview.reviewAttachList != null and !bestReview.reviewAttachList.empty}">
|
|
|
+ <div class="pic none" >
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
<div class="txt_best_review">
|
|
|
<p th:text="${bestReview.reviewContent}">옷</p>
|
|
|
</div>
|
|
|
@@ -975,8 +981,8 @@
|
|
|
$objUp.append(tag);
|
|
|
fnSetTotalPrice();
|
|
|
|
|
|
- // 해야하나 말아야하나
|
|
|
- //$('.pop_option_select').css("display", "none");
|
|
|
+ $('.pop_option_select').css("display", "none");
|
|
|
+
|
|
|
|
|
|
}, "text");
|
|
|
}
|