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