Переглянути джерело

통테 수정사항 처리

bin2107 4 роки тому
батько
коміт
7f5a24587e

+ 6 - 4
src/main/webapp/WEB-INF/views/mob/display/BrandMainFormMob.html

@@ -67,11 +67,13 @@
 								<p class="desc">
 									<input type="hidden" name="brandNote" th:value="${ContentsData.subText1}"/>
 								</p>
-								<div class="btn_group_flex">
-									<div>
-										<a th:href="${ContentsData.strVar1}" th:target="${ContentsData.contentsType=='SELF'?'_self':'_blank'}" class="btn btn_default">브랜드 사이트<span></span></a>
+								<th:block th:if="${ContentsData.strVar1!=null && ContentsData.strVar1!='' && ContentsData.strVar1!='#' }">
+									<div class="btn_group_flex">
+										<div>
+											<a th:href="${ContentsData.strVar1}" th:target="${ContentsData.contentsType=='SELF'?'_self':'_blank'}" class="btn btn_default">브랜드 사이트<span></span></a>
+										</div>
 									</div>
-								</div>
+								</th:block>
 							</div>
 						</div>
 					</th:block>

+ 15 - 0
src/main/webapp/WEB-INF/views/mob/display/SearchGoodsListFormMob.html

@@ -1036,6 +1036,21 @@
 	}
 	/*]]>*/
 </script>
+
+	<!-- //2021.06.18 검색화면 로그스크립트 삽입 -->
+	<script type="text/javascript">
+		window._eglqueue = window._eglqueue || [];
+		_eglqueue.push(['setVar', 'cuid', eglqueueCuid]);
+		_eglqueue.push(['setVar', 'searchTerm', [[${params.keyword}]]]);
+		_eglqueue.push(['setVar', 'userId', hCustId]); // optional
+		_eglqueue.push(['track', 'search']);
+		(function (s, x) {
+			s = document.createElement('script'); s.type = 'text/javascript';
+			s.async = true; s.defer = true; s.src = (('https:' == document.location.protocol) ? 'https' : 'http') + '://logger.eigene.io/js/logger.min.js';
+			x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
+		})();
+	</script>
+	<!-- //2021.06.18 검색화면 로그스크립트 삽입 -->
 </th:block>
 </body>
 </html>

+ 1 - 1
src/main/webapp/WEB-INF/views/web/display/BrandLookbookMainFormWeb.html

@@ -39,7 +39,7 @@
 							<div class="event_top">
 								<div class="ui_row">
 									<div class="count">
-										<span id="lookbookTotCnt"></span>개의 이벤트
+										<span id="lookbookTotCnt"></span>개의 룩북
 									</div>
 									<div class="ui_col_12">
 										<div class="btn_group">

+ 6 - 4
src/main/webapp/WEB-INF/views/web/display/BrandMainFormWeb.html

@@ -73,8 +73,10 @@
 							<div class="cont_body clear">
 								<div class="brand_tit">
 									<p th:text="${contentsTitle}"></p>
-									<a th:if="${ContentsData.contentsType=='SELF'}" th:href="${ContentsData.strVar1}" target="_self">브랜드 사이트</a>
-									<a th:unless="${ContentsData.contentsType=='SELF'}" th:href="${ContentsData.strVar1}" target="_blank">브랜드 사이트</a>
+									<th:block th:if="${ContentsData.strVar1!=null && ContentsData.strVar1!='' && ContentsData.strVar1!='#' }">
+										<a th:if="${ContentsData.contentsType=='SELF'}" th:href="${ContentsData.strVar1}" target="_self">브랜드 사이트</a>
+										<a th:unless="${ContentsData.contentsType=='SELF'}" th:href="${ContentsData.strVar1}" target="_blank">브랜드 사이트</a>
+									</th:block>
 								</div>
 								<div class="brand_desc" id="brandDesc">
 									<p class="cate">
@@ -148,7 +150,7 @@
 															<input type="hidden" name="bannerDesc" th:value="${ContentsData.strTitle1}">
 														</p>
 														<!--<p>아우터 + 이너 단독세일</p>-->
-														<button type="button" class="btn">VIEW MORE</button>
+<!--														<button type="button" class="btn">VIEW MORE</button>-->
 													</div>
 													<img alt="BLUE-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('domain.image')+ContentsData.imgPath1}">
 												</div>
@@ -257,6 +259,7 @@
 									<div class="swiper-slide">
 										<div class="item_prod sUiXc">
 											<div class="item_state">
+												<button type="button" class="itemLike" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''"  onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, ithrCd='', contentsLoc=${contentsLoc}, planDtlSq=''">관심상품 추가</button>
 												<a href="javascript:void(0);" class="itemLink" th:onclick="cfnGoToGoodsDetail([[${goodsData.goodsCd}]], '', '', 'SBM009');">
 													<div class="itemPic">
 														<th:block th:each="option,idx:${goodsData.videos}" th:with="videoArr=${#strings.arraySplit(idx.current,':')}">
@@ -264,7 +267,6 @@
 															<iframe th:unless="${videoArr[0]=='Y'}" id="pdThumbVideo" class="pd_mov" th:src="${kollusMediaUrl+'/'+videoArr[1]+'?enable_initialize_focus=false&autoplay&mute&controls_activation=none'}" allow="fullscreen" allowFullScreen></iframe>
 														</th:block>
 														<img alt="BLACK-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + goodsData.sysImgNm}" onerror="noneImg(this)">
-														<button type="button" class="itemLike" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''"  onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, ithrCd='', contentsLoc=${contentsLoc}, planDtlSq=''">관심상품 추가</button>
 													</div>
 													<p class=" itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
 													<div class=" itemName" th:text="${goodsData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>

+ 15 - 0
src/main/webapp/WEB-INF/views/web/display/SearchGoodsListFormWeb.html

@@ -1100,6 +1100,21 @@
 
 	</script>
 
+	<!-- //2021.06.18 검색화면 로그스크립트 삽입 -->
+	<script type="text/javascript">
+		window._eglqueue = window._eglqueue || [];
+		_eglqueue.push(['setVar', 'cuid', eglqueueCuid]);
+		_eglqueue.push(['setVar', 'searchTerm', [[${params.keyword}]]]);
+		_eglqueue.push(['setVar', 'userId', hCustId]); // optional
+		_eglqueue.push(['track', 'search']);
+		(function (s, x) {
+			s = document.createElement('script'); s.type = 'text/javascript';
+			s.async = true; s.defer = true; s.src = (('https:' == document.location.protocol) ? 'https' : 'http') + '://logger.eigene.io/js/logger.min.js';
+			x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
+		})();
+	</script>
+	<!-- //2021.06.18 검색화면 로그스크립트 삽입 -->
+
 </th:block>
 
 </body>