Kaynağa Gözat

모바일GNB수정

bin2107 5 yıl önce
ebeveyn
işleme
54030010a2

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

@@ -18,7 +18,10 @@
 	<header class="main">
 		<section class="htop" id="htopMain">
 			<h1>
-				<a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_MAIN);fnClickGnbTab('');"><img src="/images/mo/logo_STYLE24.png" alt="STYLE24"></a>
+				<a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_MAIN);fnClickGnbTab('');" >
+					<img th:if="${brandGroupInfo?.brandGroupNo == null}" src="/images/mo/logo_STYLE24.png" alt="STYLE24">
+					<p th:if="${brandGroupInfo?.brandGroupNo != null}" th:text="${brandGroupInfo?.brandGroupNm}"></p>
+				</a>
 				<button class="btn_gnb" title="메인메뉴 열기/닫기"><span><i></i></span></button>
 			</h1>
 			<div class="button_wrap">