|
@@ -107,7 +107,11 @@
|
|
|
<th:block th:if="${a.tmplType == 'G082_52'}">
|
|
<th:block th:if="${a.tmplType == 'G082_52'}">
|
|
|
<div class="content dp_special" th:id="${a.tmplType + a.planContSq}"></div>
|
|
<div class="content dp_special" th:id="${a.tmplType + a.planContSq}"></div>
|
|
|
</th:block>
|
|
</th:block>
|
|
|
|
|
+ <th:block th:if="${a.tmplType == 'G082_60'}">
|
|
|
|
|
+ <div class="content dp_announce" th:id="${a.tmplType}"></div>
|
|
|
|
|
+ </th:block>
|
|
|
</th:block>
|
|
</th:block>
|
|
|
|
|
+
|
|
|
<div class="coner_item01" th:if="${fsrcInfoBtm != null}" th:utext="${#strings.replace(#strings.replace(fsrcInfoBtm.fsrcPc,'&lt;','<'),'&gt;','>')}"></div>
|
|
<div class="coner_item01" th:if="${fsrcInfoBtm != null}" th:utext="${#strings.replace(#strings.replace(fsrcInfoBtm.fsrcPc,'&lt;','<'),'&gt;','>')}"></div>
|
|
|
<div class="coner_item01" th:if="${planInfo.pollSq != null}">
|
|
<div class="coner_item01" th:if="${planInfo.pollSq != null}">
|
|
|
<div class="content dp_btn_area">
|
|
<div class="content dp_btn_area">
|
|
@@ -244,6 +248,7 @@ let review = [[${reviewInfo}]];
|
|
|
let coupon = [[${couponInfo}]];
|
|
let coupon = [[${couponInfo}]];
|
|
|
let plan = [[${planInfo}]];
|
|
let plan = [[${planInfo}]];
|
|
|
let image = [[${imageInfo}]];
|
|
let image = [[${imageInfo}]];
|
|
|
|
|
+let notice = [[${noticeInfo}]];
|
|
|
let goods1 = [[${goods1Info}]];
|
|
let goods1 = [[${goods1Info}]];
|
|
|
let goods2 = [[${goods2Info}]];
|
|
let goods2 = [[${goods2Info}]];
|
|
|
let goods4 = [[${goods4Info}]];
|
|
let goods4 = [[${goods4Info}]];
|
|
@@ -253,6 +258,35 @@ let replyCount = [[${replyCount}]];
|
|
|
let replyAttachList = [[${replyAttachList}]];
|
|
let replyAttachList = [[${replyAttachList}]];
|
|
|
let planCornerGoodsList = [[${planCornerGoodsList}]];
|
|
let planCornerGoodsList = [[${planCornerGoodsList}]];
|
|
|
let planCornerList = [[${planCornerList}]];
|
|
let planCornerList = [[${planCornerList}]];
|
|
|
|
|
+
|
|
|
|
|
+if(notice.length>0){
|
|
|
|
|
+ var html = '';
|
|
|
|
|
+
|
|
|
|
|
+ html += ' <div class="cont_head">';
|
|
|
|
|
+ html += ' <div>';
|
|
|
|
|
+ html += ' <h4>유의사항</h4>';
|
|
|
|
|
+ html += ' </div>';
|
|
|
|
|
+ html += ' </div>';
|
|
|
|
|
+ html += ' <div class="cont_body">';
|
|
|
|
|
+ html += ' <div class="announce_txt">';
|
|
|
|
|
+ html += ' <div class="note_txt">';
|
|
|
|
|
+ html += ' <img src="/images/pc/ico_content_find.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> ';
|
|
|
|
|
+ html += ' </div>';
|
|
|
|
|
+
|
|
|
|
|
+ $("#G082_60").append(html);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
if(planCornerList.length>0){
|
|
if(planCornerList.length>0){
|
|
|
var html = '';
|
|
var html = '';
|
|
|
|
|
|