bin2107 5 lat temu
rodzic
commit
a33c36d4b5

+ 1 - 1
src/main/webapp/WEB-INF/views/web/common/fragments/FooterWeb.html

@@ -94,7 +94,7 @@
 		</div>
 		</div>
 		<div class="copyright">
 		<div class="copyright">
 			<p data-font="lato">
 			<p data-font="lato">
-				COPYRIGHT©2020. STYLE24 ALL RIGHTS RESERVED.
+				COPYRIGHT©2021. STYLE24 ALL RIGHTS RESERVED.
 			</p>
 			</p>
 		</div>
 		</div>
 		<div class="mobile_version" style="display:none" id="_moveToMobileVer">
 		<div class="mobile_version" style="display:none" id="_moveToMobileVer">

+ 1 - 2
src/main/webapp/WEB-INF/views/web/common/fragments/GnbWeb.html

@@ -417,9 +417,8 @@
 						if(document.cookie.match('(^|;)?gnbtop_banner=([^;]*)(;|$)')==null){
 						if(document.cookie.match('(^|;)?gnbtop_banner=([^;]*)(;|$)')==null){
 							bannerYn = "Y";
 							bannerYn = "Y";
 							let tag = '';
 							let tag = '';
-							console.log('contentsType:::'+item.contentsType);
+
 							if(item.contentsType == 'OPEN'){
 							if(item.contentsType == 'OPEN'){
-								console.log('strVar7:::'+item.strVar7);
 								tag +='<div class="bnrtype_open" style="background-color:#'+item.strVar5+';">';
 								tag +='<div class="bnrtype_open" style="background-color:#'+item.strVar5+';">';
 								if(item.strVar7=='IMG'){
 								if(item.strVar7=='IMG'){
 									tag +=' 	<a href="'+item.strVar1+'" target="">';
 									tag +=' 	<a href="'+item.strVar1+'" target="">';

+ 3 - 3
src/main/webapp/WEB-INF/views/web/display/CategoryGoodsListFormWeb.html

@@ -263,14 +263,14 @@
 
 
 								<div id="infiniteContainer">
 								<div id="infiniteContainer">
 									<div id="listBoxOuter" class="itemsGrp">
 									<div id="listBoxOuter" class="itemsGrp">
-										<ul class="productlist quarter" >
+										<ul class="productlist quarter" id="listBox">
 										</ul>
 										</ul>
 									</div>
 									</div>
 								</div>
 								</div>
 
 
-								<div class="itemsGrp" id="listBox">
+<!--								<div class="itemsGrp" id="listBox">-->
 
 
-								</div>
+<!--								</div>-->
 
 
 							</div>
 							</div>
 							<div class="last_page" id="endPage" style="display:none;">
 							<div class="last_page" id="endPage" style="display:none;">

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

@@ -1409,9 +1409,6 @@
 				$.each(allCateList,function (allIdx,allItem){
 				$.each(allCateList,function (allIdx,allItem){
 					$.each(cateList, function (idx,item){
 					$.each(cateList, function (idx,item){
 						if(allItem.cate1No==item.cate1No){
 						if(allItem.cate1No==item.cate1No){
-							console.log('idx::'+idx);
-							console.log(item);
-							console.log(item.cate1No);
 							$('#ulAllCate').append(fnGetSearchCategoryList(item));
 							$('#ulAllCate').append(fnGetSearchCategoryList(item));
 						}
 						}
 					});
 					});

+ 2 - 2
src/main/webapp/biz/search.js

@@ -15,7 +15,7 @@ var fnCreateGoodsList = function(result, ithrCd, contentLoc, goodsUrl, lastPage,
 			categoryGoodsList.push(item.goodsCd);
 			categoryGoodsList.push(item.goodsCd);
 		}
 		}
 
 
-		tag += '<div class="item_prod" id="'+item.goodsCd+item.mainColorCd+'">';
+		tag += '<div class="item_prod">';
 		tag += '	<div class="item_state';
 		tag += '	<div class="item_state';
 		if(!gagajf.isNull(item.sizes)){
 		if(!gagajf.isNull(item.sizes)){
 			var sizeArr = item.sizes.split(",");
 			var sizeArr = item.sizes.split(",");
@@ -61,7 +61,7 @@ var fnCreateGoodsList = function(result, ithrCd, contentLoc, goodsUrl, lastPage,
 				tag += '<iframe id="pdThumbVideo" class="pd_mov" src="'+_kollusMediaUrl+'/'+videoUrl+'?enable_initialize_focus=false&autoplay&mute&controls_activation=none" allow="fullscreen" allowFullScreen></iframe>';
 				tag += '<iframe id="pdThumbVideo" class="pd_mov" src="'+_kollusMediaUrl+'/'+videoUrl+'?enable_initialize_focus=false&autoplay&mute&controls_activation=none" allow="fullscreen" allowFullScreen></iframe>';
 			}
 			}
 		}
 		}
-		tag += '		<img class=" vLHTC pd_img" src="'+goodsUrl+'/'+item.sysImgNm+'" data-img="'+goodsUrl+'/'+item.sysImgNm2+'" onerror="noneImg(this)">';
+		tag += '		<img class=" vLHTC pd_img" src="'+item.sysImgNm+'" data-img="'+item.sysImgNm2+'" onerror="noneImg(this)">';
 		if(!gagajf.isNull(item.sizes) && item.selfGoodsYn=='Y'){
 		if(!gagajf.isNull(item.sizes) && item.selfGoodsYn=='Y'){
 			var sizeArr = item.sizes.split(",");
 			var sizeArr = item.sizes.split(",");
 			var minSize;
 			var minSize;