Showing
3 changed files
with
6 additions
and
0 deletions
@@ -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 { |
-
Please register or login to post a comment