Authored by 王水玲

有货分期二期

... ... @@ -36,11 +36,10 @@ const _reviewStatus = (res, req, uid, status) => {
price: result[1].currCreditLimit,
installmentOnly: {
title: {
title: {
title: '分期专享',
moreUrl: ''
},
moreUrl: ''
title: '分期专享',
moreUrl: helpers.appUrlFormat(req.originalUrl, 'go.instalmentlist', {
title: '有货分期'
})
},
goods: result[0]
},
... ... @@ -96,7 +95,9 @@ const index = (req, res) => {
let installmentOnly = {
title: {
title: '分期专享',
moreUrl: 'www.baiud.com'
moreUrl: helpers.appUrlFormat(req.originalUrl, 'go.instalmentlist', {
title: '有货分期'
})
},
goods: result[1]
};
... ...
... ... @@ -63,7 +63,7 @@ ListData.prototype.getListData = function(page) {
self.opt.stopLoading = false;
if (data === '') {
if (self.opt.noResult) {
if (self.opt.noResult && self.opt.page === 1) {
$('.no-result').show();
}
self.opt.stopLoading = true;
... ...