Authored by Rock Zhang

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

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