Authored by tmq

js

... ... @@ -404,7 +404,7 @@ define('yohood', function(require, exports) {
event.stopPropagation();
return false;
});
$(".brand-list li .img-box").hover(function(){
$(".brand-list li .img-box").live("hover", function(event) {
$(this).toggleClass('btn-hover', 200);
})
//隐藏
... ...