Authored by 杨延青

Merge branch 'cherry-pick-e89d1cba' into 'hotfix/couponHeader'

set coupon page header height in wechat



See merge request !1644
@@ -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));