Authored by xuqi

pos footer. Review by:@毕凯

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