Authored by lore-w

商品列表bug修复 code review by liuyue

... ... @@ -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
... ...
... ... @@ -26,6 +26,8 @@ exports.init = function(num) {
productList = null;
$goodItem.unbind();
productList = productEvent($goodItem, num);
/**
... ...