Authored by 王水玲

分期3

... ... @@ -111,8 +111,14 @@ const index = (req, res) => {
});
} else if (openStatus === '1' || openStatus === '3' || openStatus === '4' || openStatus === '5') {
res.redirect('/home/installment/review?status=' + openStatus);
return false;
}
}).then((result) => {
if (!result) {
return;
}
res.render('installment/open-index', _.assign({
module: 'home',
page: 'installment',
... ...