|
|
@@ -21,8 +21,9 @@
|
|
|
</div>
|
|
|
<div class="modal-body" th:if="${cardInfoList != null and !cardInfoList.empty}">
|
|
|
<div class="pop_cont">
|
|
|
- <div class="benefit_blk" th:with="selection=${cardInfoList.?[prmtGb == 'A']}">
|
|
|
- <th:block th:if="${selection.size() > 0}">
|
|
|
+ <th:block th:with="selection=${cardInfoList.?[prmtGb == 'A']}">
|
|
|
+ <div class="benefit_blk" th:if="${selection.size() > 0}">
|
|
|
+ <th:block >
|
|
|
<h6>할인혜택</h6>
|
|
|
<div class="tbl type1">
|
|
|
<table>
|
|
|
@@ -56,8 +57,9 @@
|
|
|
</div>
|
|
|
</th:block>
|
|
|
</div>
|
|
|
- <div class="benefit_blk" th:with="selection=${cardInfoList.?[prmtGb == 'B']}">
|
|
|
- <th:block th:if="${selection.size() > 0}">
|
|
|
+ </th:block>
|
|
|
+ <th:block th:with="selection=${cardInfoList.?[prmtGb == 'B']}">
|
|
|
+ <div class="benefit_blk" th:if="${selection.size() > 0}" >
|
|
|
<h6>무이자 할부</h6>
|
|
|
<div class="tbl type1">
|
|
|
<table>
|
|
|
@@ -78,8 +80,8 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
- </th:block>
|
|
|
</div>
|
|
|
+ </th:block>
|
|
|
<th:block th:each="cardInfo, status : ${cardInfoList}" >
|
|
|
<div class="benefit_blk" th:if="${cardInfo.prmtGb == 'B' and not #strings.isEmpty(cardInfo.note) and cardInfo.rownum == 1}">
|
|
|
<th:block >
|