Authored by 陈峰

Merge branch 'feature/updateSdk' into 'release/6.8.4'

Feature/update sdk



See merge request !1652
... ... @@ -134,7 +134,7 @@
"workbox-sw": "^2.1.2",
"workbox-webpack-plugin": "^3.4.1",
"yo-cli": "=2.1.9",
"yoho-activity-sdk": "1.1.1",
"yoho-activity-sdk": "1.1.2",
"yoho-cookie": "^1.2.0",
"yoho-fastclick": "^1.0.6",
"yoho-hammer": "^2.0.8",
... ...
... ... @@ -28,6 +28,10 @@ class ConponController extends Page {
this.view.page.removeClass('cpage-padding284');
}
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));
this.view.filterItem.on('click', 'button', this.filterCoupons.bind(this));
... ...