|
|
@@ -31,7 +31,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="inner wide">
|
|
|
- <div class="promotion_visual type1" th:if="${fsrcInfoTop != null}" th:utext="${#strings.replace(#strings.replace(fsrcInfoTop.fsrcMob,'&lt;','<'),'&gt;','>')}">>
|
|
|
+ <div class="promotion_visual type1" th:if="${fsrcInfoTop != null}" th:utext="${#strings.replace(#strings.replace(fsrcInfoTop.fsrcMob,'&lt;','<'),'&gt;','>')}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<th:block th:each="a, template : ${templateOrd}">
|
|
|
@@ -69,9 +69,15 @@
|
|
|
<div class="inner" th:id="${a.tmplType + a.planContSq}">
|
|
|
</div>
|
|
|
</th:block>
|
|
|
+ <th:block th:if="${a.tmplType == 'G082_60'}">
|
|
|
+ <div class="inner" th:id="${a.tmplType}">
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
</th:block>
|
|
|
-
|
|
|
- <div class="inner" th:if="${fsrcInfoBtm != null}" th:utext="${#strings.replace(#strings.replace(fsrcInfoBtm.fsrcMob,'&lt;','<'),'&gt;','>')}"></div>
|
|
|
+ <div class="inner wide">
|
|
|
+ <div class="promotion_visual type1" th:if="${fsrcInfoBtm != null}" th:utext="${#strings.replace(#strings.replace(fsrcInfoBtm.fsrcMob,'&lt;','<'),'&gt;','>')}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="inner" th:if="${planInfo.pollSq != null}">
|
|
|
<div class="dp_btn_area">
|
|
|
<div class="btn_wrap">
|
|
|
@@ -267,6 +273,7 @@ let review = [[${reviewInfo}]];
|
|
|
let coupon = [[${couponInfo}]];
|
|
|
let plan = [[${planInfo}]];
|
|
|
let image = [[${imageInfo}]];
|
|
|
+let notice = [[${noticeInfo}]];
|
|
|
let goods1 = [[${goods1Info}]];
|
|
|
let goods2 = [[${goods2Info}]];
|
|
|
let goods4 = [[${goods4Info}]];
|
|
|
@@ -450,6 +457,25 @@ var fnReplySave = function() {
|
|
|
})
|
|
|
}
|
|
|
|
|
|
+if (notice.length>0) {
|
|
|
+ var html = '';
|
|
|
+
|
|
|
+ html += '<div class="announce_txt">';
|
|
|
+ html += ' <div class="note_txt">';
|
|
|
+ html += ' <img src="/images/mo/ico_content_find03.png" alt="유의사항">';
|
|
|
+ html += ' <p>유의사항</p>';
|
|
|
+ html += ' </div>';
|
|
|
+ html += ' <div class="announce_list">';
|
|
|
+ html += ' <ul>';
|
|
|
+ $.each(notice, function(idx, item) {
|
|
|
+ html += ' <li>' +item.itemVal+ '</li>';
|
|
|
+ });
|
|
|
+ html += ' </ul>';
|
|
|
+ html += ' </div>';
|
|
|
+ html += '</div>';
|
|
|
+
|
|
|
+ $("#G082_60").append(html);
|
|
|
+}
|
|
|
|
|
|
if(planCornerList.length>0){
|
|
|
|