Showing
1 changed file
with
2 additions
and
0 deletions
@@ -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 | }); |
-
Please register or login to post a comment