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 {
usedTip: $('.used-tip'),
exchangeBox: $('.exchange-box')
};
if ($('#yoho-header').hasClass('hide')) {
this.view.page.removeClass('cpage-padding284');
}
this.view.filterBtn.on('click', this.tabChange.bind(this));
this.view.showFilterBtn.on('click', this.showFilter.bind(this));
... ...