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) => { @@ -218,7 +218,7 @@ const review = (req, res) => {
218 } else if (openStatus === '5') { 218 } else if (openStatus === '5') {
219 params = { 219 params = {
220 error: true, 220 error: true,
221 - failReason: '您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥' 221 + failReason: '您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥'
222 }; 222 };
223 } 223 }
224 res.render(templete, _.assign(params, data)); 224 res.render(templete, _.assign(params, data));
@@ -354,6 +354,7 @@ const startingService = (req, res) => { @@ -354,6 +354,7 @@ const startingService = (req, res) => {
354 page: 'installment.starting-service', 354 page: 'installment.starting-service',
355 title: '开通有货分期', 355 title: '开通有货分期',
356 navTitle: '开通有货分期', 356 navTitle: '开通有货分期',
  357 + isInstallmentPage: true,
357 navBtn: false, 358 navBtn: false,
358 banks: banks.join('、') 359 banks: banks.join('、')
359 }); 360 });
@@ -528,6 +528,10 @@ @@ -528,6 +528,10 @@
528 528
529 .installment-body { 529 .installment-body {
530 background: #efefef; 530 background: #efefef;
  531 +
  532 + .main-wrap {
  533 + max-width: 100%;
  534 + }
531 } 535 }
532 536
533 .installment-result-page .installment-only { 537 .installment-result-page .installment-only {
1 .installment-starting-service-page { 1 .installment-starting-service-page {
2 background: #fff; 2 background: #fff;
  3 + height: calc(100vh);
3 4
4 .exclamation { 5 .exclamation {
5 background-color: #ff7f7f; 6 background-color: #ff7f7f;