Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
a31e33022f663abca636142ab49b25867beff504
1 parent
af0b717b
地址选择偶尔不选中
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
static/js/me/address-act.js
static/js/me/address-act.js
View file @
a31e330
...
...
@@ -131,6 +131,7 @@ $addressListPage.find('.address').each(function(i, elem) {
$this
.
siblings
().
hide
();
$this
.
children
(
'ul'
).
show
().
children
(
'li'
).
show
();
$
(
this
).
removeClass
(
'highlight'
);
e
.
srcEvent
.
preventDefault
();
e
.
srcEvent
.
stopPropagation
();
});
...
...
Please
register
or
login
to post a comment