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
c3c89c1f43f14f846ef467dfee0f7350af53bf64
1 parent
b202d4a0
地址修改页面 区域选择 点击小箭头出错
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
static/js/me/address-act.js
static/js/me/address-act.js
View file @
c3c89c1
...
...
@@ -139,6 +139,9 @@ $.get('/home/locationList').then(function(html) {
addressHammer
.
on
(
'tap'
,
function
(
e
)
{
var
$this
=
$
(
e
.
target
);
if
(
e
.
target
.
tagName
!==
'li'
)
{
$this
=
$this
.
parent
(
'li'
);
}
newArea
.
push
(
$this
.
children
(
'.caption'
).
text
());
$this
.
siblings
().
hide
();
$this
.
children
(
'ul'
).
show
().
children
(
'li'
).
show
();
...
...
Please
register
or
login
to post a comment