Authored by ccbikai

地址管理页面计算底部

... ... @@ -99,7 +99,7 @@ function rePosFooter() {
return;
}
if ($('body').height() <= $(window).height()) {
if ($('body').height() <= $(window).height() - 122) {
$footer.addClass('bottom');
} else {
$footer.removeClass('bottom');
... ...
... ... @@ -26,6 +26,8 @@ var $action = $('.action'),
// 清除原有链接
$backBtn.attr('href', 'javascript:void(0);');
window.rePosFooter();
// 自定义事件
$backBtn.on('touchend', function(e) {
if (currentPage === 'edit') {
... ...