|
|
@@ -665,7 +665,7 @@
|
|
|
<p class="itemBrand" th:text="${lookbookGoods.brandGroupNm}">CURLYSUE 컬리수</p>
|
|
|
<div class="itemName" th:text="${lookbookGoods.goodsFullNm}">[★2020 겨울신상★] 리버시블 경량점퍼 CPW0XQJM51 [겨울]</div>
|
|
|
<p class="itemPrice">
|
|
|
- <th:block th:text="${#numbers.formatInteger(lookbookGoods.currPrice, 0,'COMMA')}"></th:block>
|
|
|
+ <span id="itemCurrprice" th:text="${#numbers.formatInteger(lookbookGoods.currPrice, 0,'COMMA')}">1,000,000</span>
|
|
|
<span class="itemPrice_original" th:if="${lookbookGoods.listPrice > lookbookGoods.currPrice}" th:text="${#numbers.formatInteger(lookbookGoods.listPrice, 0,'COMMA')}">1,000,000</span>
|
|
|
<span class="itemPercent" th:if="${lookbookGoods.dcRate > 0}" th:text="|${#numbers.formatDecimal(lookbookGoods.dcRate,0,0)}%|">30%</span>
|
|
|
</p>
|
|
|
@@ -1292,7 +1292,7 @@
|
|
|
goodsImg = $(this).find('.itemPic').children('.pd_img').attr('src');
|
|
|
brandName = $(this).find('.itemBrand').text();
|
|
|
goodsName = $(this).find('.itemName').text();
|
|
|
- currPrice = $(this).find('.itemBrand').text();
|
|
|
+ currPrice = $(this).find('#itemCurrprice').text();
|
|
|
listPrice = $(this).find('.itemPrice_original').text();
|
|
|
dcRate = $(this).find('.itemPercent').text();
|
|
|
}
|