Kaynağa Gözat

추천솔루션 주석해제

jmh 4 yıl önce
ebeveyn
işleme
80e791e8d0

+ 1 - 2
src/main/webapp/WEB-INF/views/mob/goods/GoodsDealDetailFormMob.html

@@ -1192,8 +1192,7 @@
 		params.goodsOtherGb = "together";
 		params.ithrCd = "tmtb";
 		params.contentsLoc = "tmtb";
-		// 2021.08.30 card007 추천솔루션 관련 주석처리 추후 주석 제거 필요
-		//fnGoodsTogetherSearch(params);
+		fnGoodsTogetherSearch(params);
 
 		if (!gagajf.isNull([[${goodsInfo.socialSq}]])){
 			$('.timer_box').css('display', 'block');

+ 3 - 6
src/main/webapp/WEB-INF/views/mob/goods/GoodsDetailFormMob.html

@@ -897,9 +897,8 @@
 		<div class="inner" id="otherGoodsArea" style="display:none;">
 			<div class="recommendedArea">
 				<!-- 이상품과 함께 본 상품영역-->
-				<!-- 820임시주석
 				<div class="pd_clickother" id="goodsTogetherbArea">
-				</div> -->
+				</div>
 				<!-- //이상품과 함께 본 상품영역-->
 				<!-- STYLE24의 스타일링 추천 -->
 				<div class="pd_recommend" th:if="${lookbookList != null and !lookbookList.empty}" th:with="ithrCd=aa , contentsLoc=bb" >
@@ -981,14 +980,12 @@
 				</div>
 				<!-- //STYLE24의 스타일링 추천 -->
 				<!-- 동일브랜드 추천상품 -->
-				<!-- 820임시주석
 				<div class="pd_clickother" id="goodsRecommendbArea">
-				</div> -->
+				</div>
 				<!-- //동일브랜드 추천상품 -->
 				<!-- 이 상품과 비슷한 상품영역 -->
-				<!-- 820임시주석
 				<div class="pd_clickother" id="goodsLikebArea">
-				</div> -->
+				</div>
 				<!-- //이 상품과 비슷한 상품영역 -->
 			</div>
 		</div>

+ 1 - 5
src/main/webapp/WEB-INF/views/web/goods/GoodsDealDetailFormWeb.html

@@ -409,9 +409,7 @@
 		
 		<!-- //***** 상품소개영역 ***** -->
 		<th:block th:include="~{web/goods/GoodsIncludeFormWeb :: goodsDealComposeForm}"></th:block>
-
-		<!-- 2021.08.30 card007 추천솔루션 관련 주석처리 추후 주석 제거 필요 -->
-		<th:block th:if="false">
+		
 		<!-- 이 상품과 함께 본 상품 -->
 		<div class="content wide pd_clickother" id="goodsTogetherbArea" th:if="${togetherGoodsList != null and !togetherGoodsList.empty}">
 			<div class="cont_head">
@@ -456,8 +454,6 @@
 			</div>
 		</div>
 		<!-- // 이 상품과 함께 본 상품 -->
-		</th:block>
-		<!-- //2021.08.30 card007 추천솔루션 관련 주석처리 추후 주석 제거 필요 -->
 	</div>
 	<!-- 상품썸네일 크게보기 팝업 -->
 	<div class="pd_pop full_pop pd_itemthumb_pop" id="pdItemThumbPop" th:if="${(goodsImgList != null and !goodsImgList.empty)}" > 

+ 3 - 8
src/main/webapp/WEB-INF/views/web/goods/GoodsDetailFormWeb.html

@@ -1219,8 +1219,6 @@
 		</div>
 		<!-- //상품상세정보 -->
 
-		<!-- 2021.08.30 card007 추천솔루션 관련 주석처리 추후 주석 제거 필요 -->
-		<th:block th:if="false">
 		<!-- 이 상품과 함께 본 상품 -->
 		<div class="content wide pd_clickother" id="goodsTogetherbArea" th:if="${togetherGoodsList != null and !togetherGoodsList.empty}">
 			<div class="cont_head">
@@ -1265,8 +1263,7 @@
 			</div>
 		</div>
 		<!-- // 이 상품과 함께 본 상품 -->
-		</th:block>
-		<!-- //2021.08.30 card007 추천솔루션 관련 주석처리 추후 주석 제거 필요 -->
+		
 		<!-- STYLE24의 스타일링 추천 -->
 		<div class="content wide pd_recommend" th:if="${lookbookList != null and !lookbookList.empty}">
 			<div class="cont_head">
@@ -1350,8 +1347,7 @@
 			</div>
 		</div>
 		<!-- // STYLE24의 스타일링 추천 -->
-		<!-- 2021.08.30 card007 추천솔루션 관련 주석처리 추후 주석 제거 필요 -->
-		<th:block th:if="false">
+		
 		<!-- 브랜드 추천상품 -->
 		<div class="content wide pd_brand" id="goodsRecommendbArea" th:if="${recommendGoodsList != null and !recommendGoodsList.empty}">
 			<div class="cont_head">
@@ -1440,8 +1436,7 @@
 			</div>
 		</div>
 		<!-- // 이 상품과 비슷한 상품 -->
-		</th:block>
-		<!-- //2021.08.30 card007 추천솔루션 관련 주석처리 추후 주석 제거 필요 -->
+		
 	</div>