|
|
@@ -48,10 +48,10 @@
|
|
|
<div class="od_opt">
|
|
|
<!-- 세트상품일때 -->
|
|
|
<th:block th:if="${cre.goodsType} == 'G056_S'">
|
|
|
- <th:block th:each="option , index2 , ${cre.colorNmArr}">
|
|
|
+ <th:block th:each="option , index2 : ${cre.colorNmArr}">
|
|
|
<div class="option">
|
|
|
- <em th:text="${option]}"></em>
|
|
|
- <em th:text="${cre.optCd2Arr[index2]}"></em>
|
|
|
+ <em th:text="${option}"></em>
|
|
|
+ <em th:text="${cre.optCd2Arr[index2.index]}"></em>
|
|
|
</div>
|
|
|
</th:block>
|
|
|
</th:block>
|