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",
... ...
... ... @@ -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');
}
if ($('#yoho-header').hasClass('hide')) {
this.view.page.removeClass('cpage-padding284');
... ...