|
|
@@ -55,12 +55,12 @@
|
|
|
</th:block>
|
|
|
</th:block>
|
|
|
<!-- 주문 접수 -->
|
|
|
- <th:block th:each="goods, i : ${delvAllCart}">
|
|
|
+ <th:block th:each="goods, i : ${delvAllCart}" th:with="imageUrl=${@environment.getProperty('upload.goods.view')}">
|
|
|
<div class="goods_section">
|
|
|
<div class="goods_detail">
|
|
|
<a href="">
|
|
|
<div class="thumb_box">
|
|
|
- <img src="/images/mo/thumb/tmp_pdClickother1.jpg" alt="tmp_pdClickother1">
|
|
|
+ <img th:src="${imageUrl + '/' + goods.sysImgNm}" src="/" width="100%" alt="">
|
|
|
</div>
|
|
|
<div class="info_box">
|
|
|
<div class="od_name">
|