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
Plain Diff
Browse Files
Authored by
徐祁xuqi
2016-06-23 16:21:10 +0800
Commit
a36f830eb26cabda2107d989b1d9e5814ad87944
2 parents
d8eaedd1
62e8a507
Merge remote-tracking branch 'origin/hotfix/cartTap'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/cart/cart.js
static/js/cart/cart.js
View file @
a36f830
...
...
@@ -219,7 +219,7 @@ $('.btn-balance').on('touchend', function() {
}
});
$
(
'.off-shell-goods'
).
on
(
'
touchstart touchend
'
,
function
(
e
)
{
$
(
'.off-shell-goods'
).
on
(
'
click
'
,
function
(
e
)
{
var
$this
=
$
(
e
.
target
).
closest
(
'span'
);
if
(
$this
.
hasClass
(
'icon-del'
))
{
...
...
Please
register
or
login
to post a comment