...
|
...
|
@@ -415,6 +415,13 @@ define('yohood', function(require, exports) { |
|
|
if($(".search-btn").size()) {
|
|
|
$(".search-btn").click();
|
|
|
}
|
|
|
$(".brand-list").on("mouseenter", "li > a", function(event) {
|
|
|
var $img = $(this).find("img");
|
|
|
$img.removeClass("grey-brand-logo");
|
|
|
}).on("mouseleave", "li > a", function() {
|
|
|
var $img = $(this).find("img");
|
|
|
$img.addClass("grey-brand-logo");
|
|
|
})
|
|
|
};
|
|
|
|
|
|
//详情页
|
...
|
...
|
|