Authored by zhangxiaoru

common计算底部

... ... @@ -120,7 +120,7 @@ function rePosFooter() {
winH = Math.min($(window).height(), window.screen.availHeight);
if ($('body').height() <= winH - parseInt($footer.css('height'), 0)) {
if ($('body').height() <= winH) {
$footer.addClass('bottom');
} else {
$footer.removeClass('bottom');
... ...