Przeglądaj źródła

Merge remote-tracking branch 'origin/develop' into jsh77b

jsh77b 4 lat temu
rodzic
commit
b560d19a91

+ 4 - 3
src/main/webapp/WEB-INF/views/mob/display/MallMainFormMob.html

@@ -153,9 +153,10 @@
 							<div class="main_it">
 								<div class="titWrap">
 <!--								<th:block th:each="ContentsData, ContentsStat : ${mainData.ContentsList}">-->
-									<a href="javascript:void(0)" onclick="cfnGoToPage(_PAGE_BEST_MAIN);">
-										<h2 th:text="${contentsTitle}"></h2>
-									</a>
+									<!-- 2021.08.30 card007 메인 잇 아이템 전체보기 주석처리 추후 주석 제거 필요 -->
+<!--									<a href="javascript:void(0)" onclick="cfnGoToPage(_PAGE_BEST_MAIN);">-->
+<!--										<h2 th:text="${contentsTitle}"></h2>-->
+<!--									</a>-->
 <!--								</th:block>-->
 								</div>
 								<div class="inner_head">

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

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

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

@@ -36,7 +36,7 @@
 								<input type="hidden" name="brandGroupNo" th:value="${params.brandGroupNo}">
 								<fieldset>
 									<legend>결과 내 재검색</legend>
-									<input type="text" id="keyword" name="keyword" th:value="${params.keyword}" placeholder="" class="search_input" title="검색어 입력" maxlength="100" autocomplete="off">
+									<input type="text" id="keyword" name="keyword" th:value="${params.keyword}" placeholder="" class="form_control search_input" title="검색어 입력" maxlength="100" autocomplete="off">
 									<button type="button" class="sch_btn" onclick="fnSearchData();"><span>검색</span></button>
 								</fieldset>
 							</form>

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

@@ -158,7 +158,8 @@
 								<input type="hidden" name="title" th:value="${mainLayoutData.contentsTitle}">
 							</p>
 <!--						<th:block th:each="ContentsData, ContentsStat : ${mainLayoutData.ContentsList}">-->
-							<a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_BEST_MAIN);"><span>전체보기</span></a>
+							<!-- 2021.08.30 card007 메인 잇 아이템 전체보기 주석처리 추후 주석 제거 필요 -->
+<!--							<a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_BEST_MAIN);"><span>전체보기</span></a>-->
 <!--						</th:block>-->
 						</div>
 						<div class="cont_body">

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

@@ -409,7 +409,9 @@
 		
 		<!-- //***** 상품소개영역 ***** -->
 		<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">
@@ -454,6 +456,8 @@
 			</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)}" > 

+ 7 - 0
src/main/webapp/WEB-INF/views/web/goods/GoodsDetailFormWeb.html

@@ -1218,6 +1218,9 @@
 			</div>
 		</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">
@@ -1433,7 +1436,11 @@
 			</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)}" > 
 		<div class="full_popup_wrap">