فهرست منبع

전체 브랜드

bin2107 5 سال پیش
والد
کامیت
24854a6339
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/webapp/WEB-INF/views/web/display/AllBrandFormWeb.html

+ 1 - 1
src/main/webapp/WEB-INF/views/web/display/AllBrandFormWeb.html

@@ -32,7 +32,7 @@
 				<div class="brand_banner_list" th:if="${mainBrandList != null}" th:with="imgUrl=${@environment.getProperty('upload.image.view')}">
 					<ul>
 						<li th:each="item, status : ${mainBrandList}">
-							<a href="javascript:void(0);" th:style="${'background-image:url('+imgUrl+ item.logoFileNm+');'}">
+							<a href="javascript:void(0);" th:onClick="cfnGoToBrandMain([[${item.brandGroupNo}]]);" th:style="${'background-image:url('+imgUrl+ item.logoFileNm+');'}">
 								<span><em th:text="${item.brandGroupNm}">BUCKAROO</em></span>
 							</a>
 						</li>