|
@@ -364,6 +364,7 @@
|
|
|
<div class="coupon">
|
|
<div class="coupon">
|
|
|
<div class="item_gd">
|
|
<div class="item_gd">
|
|
|
<figure>
|
|
<figure>
|
|
|
|
|
+ <span th:text="${goods.goodsCd}"></span>
|
|
|
<span class="thumb"><img src="/images/pc/thumb/tmp_odSide1.jpg" alt=""></span>
|
|
<span class="thumb"><img src="/images/pc/thumb/tmp_odSide1.jpg" alt=""></span>
|
|
|
<figcaption>
|
|
<figcaption>
|
|
|
<div class="brand" th:text="${goods.brandEnm}+' '+${goods.brandKnm}"></div>
|
|
<div class="brand" th:text="${goods.brandEnm}+' '+${goods.brandKnm}"></div>
|
|
@@ -794,6 +795,7 @@
|
|
|
<figure>
|
|
<figure>
|
|
|
<span class="thumb"><img src="/images/pc/thumb/tmp_odSide1.jpg" alt=""></span>
|
|
<span class="thumb"><img src="/images/pc/thumb/tmp_odSide1.jpg" alt=""></span>
|
|
|
<figcaption>
|
|
<figcaption>
|
|
|
|
|
+ <span th:text="${goods.goodsCd}"></span>
|
|
|
<div class="brand" th:text="${goods.brandEnm} + ' ' + ${goods.brandKnm}"></div>
|
|
<div class="brand" th:text="${goods.brandEnm} + ' ' + ${goods.brandKnm}"></div>
|
|
|
<div class="name" th:text="${goods.goodsNm}"></div>
|
|
<div class="name" th:text="${goods.goodsNm}"></div>
|
|
|
<div class="option" th:each="opt, index : ${goods.itemNmArr}">
|
|
<div class="option" th:each="opt, index : ${goods.itemNmArr}">
|
|
@@ -820,9 +822,9 @@
|
|
|
<th:block th:each="goods, i : ${delvCartList}">
|
|
<th:block th:each="goods, i : ${delvCartList}">
|
|
|
<div class="item_gd">
|
|
<div class="item_gd">
|
|
|
<figure>
|
|
<figure>
|
|
|
- <span class="thumb"><img
|
|
|
|
|
- src="/images/pc/thumb/tmp_odSide1.jpg" alt=""></span>
|
|
|
|
|
|
|
+ <span class="thumb"><img src="/images/pc/thumb/tmp_odSide1.jpg" alt=""></span>
|
|
|
<figcaption>
|
|
<figcaption>
|
|
|
|
|
+ <span th:text="${goods.goodsCd}"></span>
|
|
|
<div class="brand" th:text="${goods.brandEnm} + ' ' + ${goods.brandKnm}"></div>
|
|
<div class="brand" th:text="${goods.brandEnm} + ' ' + ${goods.brandKnm}"></div>
|
|
|
<div class="name" th:text="${goods.goodsNm}"></div>
|
|
<div class="name" th:text="${goods.goodsNm}"></div>
|
|
|
<div class="option">
|
|
<div class="option">
|
|
@@ -851,6 +853,7 @@
|
|
|
<figure>
|
|
<figure>
|
|
|
<span class="thumb"><img src="/images/pc/thumb/tmp_odSide1.jpg" alt=""></span>
|
|
<span class="thumb"><img src="/images/pc/thumb/tmp_odSide1.jpg" alt=""></span>
|
|
|
<figcaption>
|
|
<figcaption>
|
|
|
|
|
+ <span th:text="${goods.goodsCd}"></span>
|
|
|
<div class="brand" th:text="${goods.brandEnm} + ' ' + ${goods.brandKnm}"></div>
|
|
<div class="brand" th:text="${goods.brandEnm} + ' ' + ${goods.brandKnm}"></div>
|
|
|
<div class="name" th:text="${goods.goodsNm}"></div>
|
|
<div class="name" th:text="${goods.goodsNm}"></div>
|
|
|
<div class="option">
|
|
<div class="option">
|
|
@@ -863,7 +866,7 @@
|
|
|
</figcaption>
|
|
</figcaption>
|
|
|
</figure>
|
|
</figure>
|
|
|
<p class="info_reserv">
|
|
<p class="info_reserv">
|
|
|
- <i class="ico ico_calender"></i><span>2021.01.15</span>
|
|
|
|
|
|
|
+ <i class="ico ico_calender"></i><span th:text="${goods.delvResDt}"></span>
|
|
|
배송예정상품
|
|
배송예정상품
|
|
|
</p>
|
|
</p>
|
|
|
</div>
|
|
</div>
|