|
|
@@ -77,7 +77,7 @@
|
|
|
<div class="benefit_txt">
|
|
|
<p id="etcGrade">
|
|
|
<span id="ordSpan"> 구매 건수 <strong id="ordCnt" class="c_primary">0회</strong> </span>
|
|
|
- <span id="realOrdAmtSpan">, 구매 금액 <strong id="realOrdAmt" class="c_primary">0원 </span>
|
|
|
+ <span id="realOrdAmtSpan">또는 구매 금액 <strong id="realOrdAmt" class="c_primary">0원 </span>
|
|
|
</strong> 더 구매하시면 <strong>
|
|
|
<span id="nextGrde" class="c_black"></span>로 등급UP!</strong>
|
|
|
</p> <!-- 등급 상승까지 남은 정보 안내 -->
|
|
|
@@ -337,8 +337,8 @@
|
|
|
}
|
|
|
|
|
|
let remnantBuyCnt = 0;
|
|
|
- if (nextCustGradePolicy.minBuyCnt > nextCustGradePolicy.ordNoCnt) {
|
|
|
- remnantBuyCnt = nextCustGradePolicy.minBuyCnt - nextCustGradePolicy.ordNoCnt;
|
|
|
+ if (nextCustGradePolicy.minBuyCnt > nextCustGradePolicy.ordCnt) {
|
|
|
+ remnantBuyCnt = nextCustGradePolicy.minBuyCnt - nextCustGradePolicy.ordCnt;
|
|
|
}
|
|
|
|
|
|
$etcGrade.show();
|