|
|
@@ -13,12 +13,15 @@
|
|
|
<th:block th:if="${goodsApplyCpnList.size() > 0}">
|
|
|
<h6>상품쿠폰</h6>
|
|
|
<div class="area_item_coupon">
|
|
|
- <th:block th:each="goods, i : ${goodsApplyCpnList}">
|
|
|
+ <th:block th:each="goods, i : ${goodsApplyCpnList}" th:with="imageUrl=${@environment.getProperty('upload.goods.view')}">
|
|
|
<th:block th:if="${goods.goodsCpnList.size() > 0}">
|
|
|
<div class="apply_item goodsCpn">
|
|
|
<div class="item_gd">
|
|
|
<figure>
|
|
|
- <span class="thumb"><img src="/images/pc/thumb/tmp_odSide1.jpg" alt=""></span>
|
|
|
+ <span class="thumb">
|
|
|
+ <img th:src="${imageUrl + '/' + goods.sysImgNm}" src="/" width="100%" alt="">
|
|
|
+ </span>
|
|
|
+
|
|
|
<figcaption>
|
|
|
<div class="brand" th:text="${goods.brandEnm}+' '+${goods.brandKnm}"></div>
|
|
|
<div class="name" th:text="${goods.goodsNm}"></div>
|