Authored by 王水玲

有货分期

... ... @@ -129,7 +129,7 @@ const _processRepayList = (list) => {
return list.rePayList;
} else {
return {};
return '';
}
};
... ...
... ... @@ -54,8 +54,8 @@
<div class="usable-area detail-bg">
{{#replayStatus}}<div class="replay-status">{{.}}</div>{{/replayStatus}}
<p class="detail-txt1">可用额度</p>
<p class="detail-txt1">¥<span class="detail-txt2">{{round currCreditLimit}}</span></p>
<p class="detail-txt1">总额度:¥{{round initCreditLimit}}</p>
<p class="detail-txt1">¥<span class="detail-txt2">{{currCreditLimit}}</span></p>
<p class="detail-txt1">总额度:¥{{initCreditLimit}}</p>
<a href="" class="terms">服务条款</a>
</div>
{{# installmentOnly}}
... ...
... ... @@ -10,7 +10,7 @@
<div class="success-bg">
<i class="success-icon"></i>
<p class="font-b">可用额度</p>
<p class="installment-price">¥<span>{{round price}}</span></p>
<p class="installment-price">¥<span>{{price}}</span></p>
<div class="open-btn">去逛逛</div>
</div>
</div>
... ...
... ... @@ -2,7 +2,7 @@
<li>
<a href="{{url}}">
<div class="record-cont">
<p>¥{{round amt}}</p>
<p>¥{{amt}}</p>
<p>{{time}}</p>
</div>
<div class="record-right">
... ... @@ -11,4 +11,4 @@
</div>
</a>
</li>
{{/recordData}}
\ No newline at end of file
{{/recordData}}
... ...
<div class="repayment-list-page">
<div class="repay-now">本次还款<span>¥{{round amt}}</span></div>
<div class="repay-now">本次还款<span>¥{{amt}}</span></div>
<div class="repay-detail">
<ul class="repay-status">
<li {{#isOne}}class="on"{{/isOne}}>
... ... @@ -18,4 +18,4 @@
<p class="txt">{{{txt}}}</p>
</div>
<p class="contact-cs">如有问题请联系客服</p>
</div>
\ No newline at end of file
</div>
... ...
... ... @@ -13,7 +13,7 @@
<input id="list-{{key}}" type="checkbox" class="installment-check-btn" {{#if isChecked}}checked{{/if}}/>
<label for="list-{{key}}">
<div class="cont">
<p>¥{{round currNoFeeAmt}}</p>
<p>¥{{currNoFeeAmt}}</p>
<p>【全{{stage}}期】{{billInfo}}</p>
</div>
</label>
... ...