Authored by 2586703@qq.com

Merge branch 'feature/h5detail' of http://git.dev.yoho.cn/web/yohobuy-frontend into feature/h5detail

... ... @@ -71,7 +71,7 @@ exports.init = function() {
//scroll to top
if (!isInit) {
$('body').animate({
scrollTop: container.offset().top
scrollTop: container.offset().top - (thumbContainer.hasClass('static') ? 0 : thumbContainer.outerHeight())
}, 400);
} else {
isInit = false;
... ...