|
|
@@ -299,11 +299,12 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- //상품설명 노출 -->
|
|
|
+ <!-- 공지사항 노출 -->
|
|
|
+ <div class="mdhtml_box bnnoti" th:if="${goodsNoticeList != null and !goodsNoticeList.empty}">
|
|
|
+ <th:block th:each="goodsNotice, status : ${goodsNoticeList}" th:utext="${#strings.unescapeJava(#strings.escapeJava(goodsNotice.noticeContent))}"></th:block >
|
|
|
+ </div>
|
|
|
<!-- 관리자 에디터입력 내용 노출 -->
|
|
|
<div class="mdhtml_box">
|
|
|
- <th:block th:if="${goodsNoticeList != null and !goodsNoticeList.empty}" >
|
|
|
- <th:block th:each="goodsNotice, status : ${goodsNoticeList}" th:utext="${#strings.unescapeJava(#strings.escapeJava(goodsNotice.noticeContent))}"></th:block >
|
|
|
- </th:block>
|
|
|
<!-- 관리자 에디터입력 내용 공지 html -->
|
|
|
<th:block th:each="goodsVideo, status : ${goodsVideoList}">
|
|
|
<div class="movblock">
|