|
|
@@ -2,7 +2,7 @@
|
|
|
<html lang="ko"
|
|
|
xmlns:th="http://www.thymeleaf.org"
|
|
|
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
|
|
- layout:decorator="mob/common/layout/DefaultLayoutMob">
|
|
|
+ layout:decorator="mob/common/layout/SubLayoutMob">
|
|
|
<!--
|
|
|
*******************************************************************************
|
|
|
* @source : PlanningEventAttendFormMob.html
|
|
|
@@ -101,10 +101,10 @@
|
|
|
<li th:if="${a.benefitGb == 'A' and ( a.basDays > 0 and a.pntAmt > 0)}">
|
|
|
<div class="benfit_coupon">
|
|
|
<th:block th:if="${a.dcWay == '%'}">
|
|
|
- <span th:text="${a.basDays}"></span> 출석 시 <span class="c_primary"><em th:text="${a.pntAmt}"></em>P</span> + <span class="c_primary"><em th:text="${a.dcVal}"></em>%</span> <strong>할인 쿠폰</strong>
|
|
|
+ <span th:text="${a.basDays}"></span>일 출석 시 <span class="c_primary"><em th:text="${a.pntAmt}"></em>P</span> + <span class="c_primary"><em th:text="${a.dcVal}"></em>%</span> <strong>할인 쿠폰</strong>
|
|
|
</th:block>
|
|
|
<th:block th:if="${a.dcWay == '원'}">
|
|
|
- <span th:text="${a.basDays}"></span> 출석 시 <span class="c_primary"><em th:text="${a.pntAmt}"></em>P</span> + <span class="c_primary"><em th:text="${a.dcVal}"></em>원</span> <strong>할인 쿠폰</strong>
|
|
|
+ <span th:text="${a.basDays}"></span>일 출석 시 <span class="c_primary"><em th:text="${a.pntAmt}"></em>P</span> + <span class="c_primary"><em th:text="${a.dcVal}"></em>원</span> <strong>할인 쿠폰</strong>
|
|
|
</th:block>
|
|
|
</div>
|
|
|
</li>
|
|
|
@@ -141,7 +141,7 @@
|
|
|
<div class="swiper-slide">
|
|
|
<a href="javascript:void(0);" th:onclick="cfnGoToPlanDetail([[${PlanData.planSq}]])">
|
|
|
<div class="img">
|
|
|
- <img th:src="${@environment.getProperty('upload.image.view')+PlanData.mainImg}">
|
|
|
+ <img th:src="${@environment.getProperty('upload.image.view')+PlanData.mainImg+'?RS=960'}">
|
|
|
</div>
|
|
|
<div class="txt">
|
|
|
<p class="subject" th:text="${PlanData.planNm}"></p>
|
|
|
@@ -204,6 +204,7 @@ let month =today.getMonth()+1;
|
|
|
let calendar = [[${month}]];
|
|
|
let planInfo = [[${planInfo}]];
|
|
|
let noticeInfo = [[${noticeInfo}]];
|
|
|
+let plan = [[${planInfo}]];
|
|
|
var custAttendList = [[${custAttendList}]];
|
|
|
var appendHtml = function () {
|
|
|
|
|
|
@@ -316,6 +317,12 @@ var fnInfoConfirmCallBack = function(result) {
|
|
|
};
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
+ if(plan.planGb == "P"){
|
|
|
+ $('#htopTitle').text('기획전');
|
|
|
+ }else{
|
|
|
+ $('#htopTitle').text('이벤트/혜택');
|
|
|
+ }
|
|
|
+
|
|
|
$("#monthHead").html("<strong>"+month+"월</strong> 출석체크");
|
|
|
appendHtml();
|
|
|
|
|
|
@@ -359,14 +366,10 @@ $(document).ready(function() {
|
|
|
});
|
|
|
|
|
|
/* SLIDE - 다른 기획전,이벤트 보기 */
|
|
|
- var ev_ohter_slide = new Swiper('.other_ev_slide .swiper-container', {
|
|
|
+ var other_promotion_slide = new Swiper('.other_promotion_slide .swiper-container', {
|
|
|
slidesPerView: 'auto',
|
|
|
spaceBetween: 8,
|
|
|
centerMode:true,
|
|
|
- //navigation: {
|
|
|
- // nextEl: '.other_ev_slide .swiper-button-next',
|
|
|
- // prevEl: '.other_ev_slide .swiper-button-prev',
|
|
|
- //},
|
|
|
});
|
|
|
|
|
|
})
|