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