Authored by zzzzzzz

Merge branch 'release/5.2' of git.yoho.cn:fe/yohobuywap-node into release/5.2

... ... @@ -218,7 +218,7 @@ const review = (req, res) => {
} else if (openStatus === '5') {
params = {
error: true,
failReason: '您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥'
failReason: '您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥'
};
}
res.render(templete, _.assign(params, data));
... ... @@ -354,6 +354,7 @@ const startingService = (req, res) => {
page: 'installment.starting-service',
title: '开通有货分期',
navTitle: '开通有货分期',
isInstallmentPage: true,
navBtn: false,
banks: banks.join('、')
});
... ...
... ... @@ -528,6 +528,10 @@
.installment-body {
background: #efefef;
.main-wrap {
max-width: 100%;
}
}
.installment-result-page .installment-only {
... ...
.installment-starting-service-page {
background: #fff;
height: calc(100vh);
.exclamation {
background-color: #ff7f7f;
... ...