Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
9ee478e5a7140cfd2b1e168404f7aee0d991c220
1 parent
39e59fec
地址管理页面 依赖全局common.js
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 @
9ee478e
...
...
@@ -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