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
lijing
2017-01-20 15:37:48 +0800
Commit
275ca1dbe71191d71dd96acf62a355e9f5dfc597
1 parent
137964dd
阻止加入购物车按钮冒泡
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/cart/chose-panel.js
static/js/cart/chose-panel.js
View file @
275ca1d
...
...
@@ -745,7 +745,7 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
confirming
=
false
;
});
}
return
false
;
// 阻止加入购物车按钮冒泡
});
$yohoPage
.
on
(
'click'
,
'.close'
,
function
()
{
...
...
Please
register
or
login
to post a comment