...
|
...
|
@@ -175,6 +175,9 @@ function bindTemplete($select, data, tmp) { |
|
|
|
|
|
// 鼠标悬浮品牌,请求数据,并且展示
|
|
|
function bindHoverEvent() {
|
|
|
if ($list.data('ishover')) {
|
|
|
return;
|
|
|
}
|
|
|
$brand.unbind('mouseenter').unbind('mouseleave').hover(function() {
|
|
|
var $this = $(this);
|
|
|
var key = $this.attr('data-key');
|
...
|
...
|
|