Authored by 毕凯

地址管理页面 依赖全局common.js

@@ -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 });