商品列表bug修复 code review by liuyue
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -109,7 +109,5 @@ module.exports = function($o, rowWidth) { | @@ -109,7 +109,5 @@ module.exports = function($o, rowWidth) { | ||
109 | 109 | ||
110 | $o.bind('mouseenter', handleEvent); | 110 | $o.bind('mouseenter', handleEvent); |
111 | 111 | ||
112 | - //$o.bind('mouseleave', handleEvent); | ||
113 | - | ||
114 | return pMouseHover; | 112 | return pMouseHover; |
115 | }; | 113 | }; |
-
Please register or login to post a comment