ソースを参照

검색아이콘 클릭 시 검색화면 레이어 오픈 스크립트 추가

gagamel 4 年 前
コミット
259742a0fe

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/common/fragments/GnbSubBrandMob.html

@@ -23,7 +23,7 @@
 			</button>
 			<h1 id="htopTitle"></h1>
 			<div class="button_wrap">
-				<button type="button" class="search">
+				<button type="button" class="search" th:onclick="cfnBrandSearchLayer([[${brandGroupInfo?.brandGroupNo}]]);">
 					<img src="/images/mo/ico_btn_search.png" alt="검색">
 				</button>
 				<button class="store" onclick="cfnGoToPage(_PAGE_CART);">

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/common/fragments/GnbSubGoodsMob.html

@@ -25,7 +25,7 @@
 					<button type="button" class="home" style="display: inline-block;" onclick="cfnGoToPage(_PAGE_MAIN);">
 						<img src="/images/mo/ico_btn_home.png" alt="홈">
 					</button>
-					<button type="button" class="search">
+					<button class="search" onclick="cfnSearchLayer();">
 						<img src="/images/mo/ico_btn_search.png" alt="검색">
 					</button>
 					<button class="store" onclick="cfnGoToPage(_PAGE_CART);">

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/common/fragments/GnbSubMob.html

@@ -23,7 +23,7 @@
 			</button>
 			<h1 id="htopTitle"></h1>
 			<div class="button_wrap">
-				<button type="button" class="search">
+				<button type="button" class="search" onclick="cfnSearchLayer();">
 					<img src="/images/mo/ico_btn_search.png" alt="검색">
 				</button>
 				<button class="store" onclick="cfnGoToPage(_PAGE_CART);">