Authored by Rock Zhang

Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop

... ... @@ -16,6 +16,8 @@ var $action = $('.action'),
$addressItem = $('.address-item'),
deleteId;
require('../common');
$pageWrap.first().css('min-height', function() {
return $(window).height() - $('#yoho-header').height() - $footer.height();
});
... ...