Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
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
Email Patches
Plain Diff
Browse Files
Authored by
lore-w
2016-01-05 09:49:50 +0800
Commit
b029130fba9591a339edc6c1f9471f4a25abb996
1 parent
2735c04d
商品列表bug修复 code review by liuyue
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
web-static/js/common/product-event.js
web-static/js/product/product.js
web-static/js/common/product-event.js
View file @
b029130
...
...
@@ -109,7 +109,5 @@ module.exports = function($o, rowWidth) {
$o
.
bind
(
'mouseenter'
,
handleEvent
);
//$o.bind('mouseleave', handleEvent);
return
pMouseHover
;
};
\ No newline at end of file
...
...
web-static/js/product/product.js
View file @
b029130
...
...
@@ -26,6 +26,8 @@ exports.init = function(num) {
productList
=
null
;
$goodItem
.
unbind
();
productList
=
productEvent
(
$goodItem
,
num
);
/**
...
...
Please
register
or
login
to post a comment