Authored by 王水玲

有货分期

... ... @@ -133,7 +133,7 @@ const _processRepayList = (list) => {
return list.rePayList;
} else {
return '';
return false;
}
};
... ...
... ... @@ -15,7 +15,7 @@
</li>
<li>
<span class="open-icon-3"></span>
<span>定商品<br>立享优惠</span>
<span>定商品<br>立享优惠</span>
</li>
</ul>
... ...
... ... @@ -63,9 +63,16 @@ ListData.prototype.getListData = function(page) {
self.opt.stopLoading = false;
if (data === '') {
if (self.opt.noResult) {
$('.no-result').show();
}
self.opt.stopLoading = true;
} else {
self.opt.boxArea.append(data);
if (self.opt.noResult) {
$('.no-result').hide();
}
}
if ($('.good-detail-text').length > 0) {
... ...
... ... @@ -10,7 +10,8 @@ var $ = require('yoho-jquery'),
var listData = new ListData({
url: '/home/installment/repay/get-record',
page: 0,
boxArea: $('.record-list')
boxArea: $('.record-list'),
noResult: true
});
listData.getListData(0);
... ...
... ... @@ -300,7 +300,7 @@
.installment-check-btn {
& + label {
&:before {
margin-top: 40px;
margin-top: 36px;
}
}
}
... ...
... ... @@ -132,7 +132,7 @@
content: "";
display: inline-block;
width: 48px;
height: 48px;
height: 44px;
background: url("/home/circle-check-off.png");
background-size: cover;
margin-left: -40px;
... ...