Showing
1 changed file
with
4 additions
and
0 deletions
@@ -23,6 +23,10 @@ class ConponController extends Page { | @@ -23,6 +23,10 @@ class ConponController extends Page { | ||
23 | usedTip: $('.used-tip'), | 23 | usedTip: $('.used-tip'), |
24 | exchangeBox: $('.exchange-box') | 24 | exchangeBox: $('.exchange-box') |
25 | }; | 25 | }; |
26 | + | ||
27 | + if ($('#yoho-header').hasClass('hide')) { | ||
28 | + this.view.page.removeClass('cpage-padding284'); | ||
29 | + } | ||
26 | 30 | ||
27 | this.view.filterBtn.on('click', this.tabChange.bind(this)); | 31 | this.view.filterBtn.on('click', this.tabChange.bind(this)); |
28 | this.view.showFilterBtn.on('click', this.showFilter.bind(this)); | 32 | this.view.showFilterBtn.on('click', this.showFilter.bind(this)); |
-
Please register or login to post a comment