|
|
@@ -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>
|