@@ -320,10 +320,11 @@
<div class="inner" th:if="${brandMainLayoutData.goodsList != null and !brandMainLayoutData.goodsList.empty}">
<div class="brand_product">
<p class="br_subtitle" th:text="${contentsTitle}"></p>
+ <div class="itemsGrp">
<th:block th:each="goodsData, goodsStat : ${brandMainLayoutData.goodsList}">
- <th:block th:if="${(goodsStat.index%2)==0 or goodsStat.first}">
- <div class="itemsGrp">
- </th:block>
+<!-- <th:block th:if="${(goodsStat.index%2)==0 or goodsStat.first}">-->
+
+<!-- </th:block>-->
<div class="item_prod">
<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='SBMM013', planDtlSq=''">관심상품 추가</button>
@@ -353,10 +354,11 @@
</a>
</div>
- <th:block th:if="${(goodsStat.index%2)== 1 or goodsStat.last}">
- <th:block th:utext="'</div>'"></th:block>
+<!-- <th:block th:if="${(goodsStat.index%2)== 1 or goodsStat.last}">-->
+<!-- <th:block th:utext="'</div>'"></th:block>-->
</th:block>
+ </div>
<div class="btn_group_flex">
<div>
@@ -1085,7 +1085,7 @@
// fnCategoryGoodsInfiniteScrollInit();
console.log('here*'+historyData.scroll);
fnGoodsListSearch();
- $('html, body').animate({scrollTop: historyData.backScroll});
+ // $('html, body').animate({scrollTop: historyData.backScroll});
// window.scrollTo(0, historyData.backScroll);
}
}else{
@@ -314,6 +314,9 @@
// 컨텐츠 호출
$(document).ready( function() {
+ if(!gagajf.isNull([[${brandGroupInfo.brandGroupNo}]])){
+ $(".br_header").css('background-color','#fff');
+ }
//가격 슬라이드
//var custom_values = ['9,000원', '230,000원', '487,000원', '700,000원', '1,360,000원', '1,799,000원'];
let priceLen;
@@ -221,6 +221,7 @@
if(lookbookGb=='BL'){
$("#brandBox").hide();
$("#navHome").attr('onclick', 'cfnGoToBrandMain('+brandCd+');');
$("#navHome").attr('href', '/');
fnGetBrandList();
@@ -187,6 +187,10 @@
$(document).ready(function() {
fnGetPlanningList([[${cateNo}]],[[${brandGroupNo}]]);
+ if(!gagajf.isNull([[${brandGroupNo}]])){
});
/*]]>*/
</script>