Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
梁志锋
2016-02-17 20:29:28 +0800
Commit
a15f693add0dbec038be1927047e1693d286ffcf
2 parents
18a2a5ee
29e11766
Merge remote-tracking branch 'remotes/origin/develop/wap' into stable/wap
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/cart/select-address.js
static/js/cart/select-address.js
View file @
a15f693
...
...
@@ -27,7 +27,7 @@ $('.address-item').on('touchend', function() {
orderInfo
(
'address'
,
address
);
window
.
location
.
href
=
$this
.
data
(
'href'
);
}).
on
(
'touch
start
'
,
'.edit'
,
function
()
{
}).
on
(
'touch
end
'
,
'.edit'
,
function
()
{
window
.
location
.
href
=
$
(
this
).
data
(
'href'
);
return
false
;
}).
on
(
'touchstart'
,
'.del'
,
function
()
{
...
...
Please
register
or
login
to post a comment