|
|
@@ -626,13 +626,19 @@
|
|
|
<div class="riview_box" th:if="${reviewDisplayYn == 'Y'}">
|
|
|
<div class="ex_review">
|
|
|
<a href="javascript:void(0);" id="btn_pdReview_pop" th:onclick="cfGoodsReview([[${goodsInfo.goodsCd}]])">
|
|
|
- <span class="tit">리뷰 <em class="number">(<th:block th:text="${(goodsInfo.reviewRegCnt <= 9999) ? #numbers.formatInteger(goodsInfo.reviewRegCnt, 0,'COMMA') : '9,999+'}"></th:block>)</em></span>
|
|
|
+ <span class="tit">리뷰<em class="number">(<th:block th:text="${(goodsInfo.reviewRegCnt <= 9999) ? #numbers.formatInteger(goodsInfo.reviewRegCnt, 0,'COMMA') : '9,999+'}"></th:block>)</em></span>
|
|
|
<div class="star_score" th:if="${goodsInfo.reviewRegCnt > 0 }">
|
|
|
<span class="star" th:with="starScore=${#numbers.formatDecimal((goodsInfo.score*100/5), 0,0)}">
|
|
|
<em class="progbar" th:style="${'width:'+starScore+'%;' }"></em> <!-- 평점 style로 표기 -->
|
|
|
</span>
|
|
|
<span class="score" th:text="|${goodsInfo.score}점|">4.3점</span>
|
|
|
</div>
|
|
|
+ <div class="star_score" th:unless="${goodsInfo.reviewRegCnt > 0 }">
|
|
|
+ <span class="star">
|
|
|
+ <em class="progbar" style="width:0%;"></em> <!-- 평점 style로 표기 -->
|
|
|
+ </span>
|
|
|
+ <span class="score">0점</span>
|
|
|
+ </div>
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="area_slider" id="btn_pdBestReview_pop" th:if="${bestReviewList != null and !bestReviewList.empty}">
|
|
|
@@ -2159,7 +2165,7 @@
|
|
|
observeParents: true,
|
|
|
slidesPerView: 1,
|
|
|
spaceBetween: 8,
|
|
|
- loop: true,
|
|
|
+ //loop: true,
|
|
|
pagination: {
|
|
|
el: '.swiper-pagination',
|
|
|
type: 'fraction',
|