Authored by 杨延青

set coupon page header height in wechat

... ... @@ -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));
... ...