Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Rock Zhang
2015-12-24 16:11:55 +0800
Commit
7ad64222fcb6e03ad249cdf217fc7b5ca6effac8
2 parents
6cc13364
9ee478e5
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
static/js/me/address.js
static/js/me/address.js
View file @
7ad6422
...
...
@@ -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
();
});
...
...
Please
register
or
login
to post a comment