|
|
@@ -79,7 +79,8 @@
|
|
|
</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}">
|
|
|
+<!-- <div class="benefit_blk" th:if="${cardInfo.prmtGb == 'B' and not #strings.isEmpty(cardInfo.note) and cardInfo.rownum == 1}">-->
|
|
|
+ <div class="benefit_blk" th:if="${cardInfo.prmtGb == 'B' and cardInfo.note != '<p><br></p>' and cardInfo.rownum == 1}">
|
|
|
<h6>부분 무이자 할부</h6>
|
|
|
<th:block th:utext="${#strings.unescapeJava(#strings.escapeJava(cardInfo.note))}"></th:block>
|
|
|
</div>
|