|
@@ -97,7 +97,7 @@
|
|
|
|
|
|
|
|
<!-- 4.검색어 타이핑 -->
|
|
<!-- 4.검색어 타이핑 -->
|
|
|
<div class="inner searching_box" id="keyupArea" style="display:none;" th:if="${brandGroupNo==null}">
|
|
<div class="inner searching_box" id="keyupArea" style="display:none;" th:if="${brandGroupNo==null}">
|
|
|
- <div class="filter-list store-list">
|
|
|
|
|
|
|
+ <div class="filter-list store-list" id="brandStoreArea">
|
|
|
</div>
|
|
</div>
|
|
|
<div class="relative-list">
|
|
<div class="relative-list">
|
|
|
</div>
|
|
</div>
|
|
@@ -260,6 +260,7 @@
|
|
|
|
|
|
|
|
// 브랜드
|
|
// 브랜드
|
|
|
if(result.brand != null && !gagajf.isNull(result.brand.brandGroupNo)){
|
|
if(result.brand != null && !gagajf.isNull(result.brand.brandGroupNo)){
|
|
|
|
|
+ $("#brandStoreArea").show();
|
|
|
$("#keyupArea").find(".store-list").html('');
|
|
$("#keyupArea").find(".store-list").html('');
|
|
|
let tag = '';
|
|
let tag = '';
|
|
|
tag += '<div class="f_left">\n';
|
|
tag += '<div class="f_left">\n';
|
|
@@ -271,6 +272,7 @@
|
|
|
$("#keyupArea").find(".store-list").append(tag);
|
|
$("#keyupArea").find(".store-list").append(tag);
|
|
|
}else{
|
|
}else{
|
|
|
$("#keyupArea").find(".store-list").html('');
|
|
$("#keyupArea").find(".store-list").html('');
|
|
|
|
|
+ $("#brandStoreArea").hide();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if(result.cateList != null && result.cateList.length > 0){
|
|
if(result.cateList != null && result.cateList.length > 0){
|