Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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:28:57 +0800
Commit
6380aff85b97f876d4698c31c9c8cfdfeb73c1db
1 parent
10484727
阻止加入购物车冒泡
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/cart/chose-panel.js
public/js/cart/chose-panel.js
View file @
6380aff
...
...
@@ -822,7 +822,7 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
}
}
return
false
;
// 阻止加入购物车按钮冒泡
});
$
(
'.close'
).
on
(
'click'
,
function
()
{
...
...
Please
register
or
login
to post a comment