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
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
df8ecd9581c2b4539e474d979456b0212ee0d498
2 parents
1c71d66d
c8271c24
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
2 deletions
static/js/cart/select-address.js
static/js/cart/select-address.js
View file @
df8ecd9
...
...
@@ -15,8 +15,8 @@ $('.address-item').on('touchend', function() {
}).
on
(
'touchend'
,
'.edit'
,
function
()
{
window
.
location
.
href
=
$
(
this
).
data
(
'href'
);
return
false
;
}).
on
(
'touchend'
,
'.del'
,
function
()
{
deleteId
=
$
(
this
).
data
(
'address-id'
);
}).
on
(
'touchstart'
,
'.del'
,
function
()
{
deleteId
=
$
(
this
).
data
(
'id'
);
});
$confim
.
on
(
'touchend'
,
'.confim'
,
function
()
{
...
...
Please
register
or
login
to post a comment