From 2201adc5721acb455ddbb07b33f60e3c6a5f3cfe Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 10 Sep 2018 12:22:33 +0800 Subject: [PATCH] search --- service/Public/Home/Default/Js/Common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/Public/Home/Default/Js/Common.js b/service/Public/Home/Default/Js/Common.js index fdc0ffddd..682edca86 100755 --- a/service/Public/Home/Default/Js/Common.js +++ b/service/Public/Home/Default/Js/Common.js @@ -49,14 +49,14 @@ $(function() { if(!$('#goods-category .category-content').is(":visible")) { - $('#goods-category .category-content').slideDown(200); + $('#goods-category .category-content').slideDown(100); } } }).mouseleave(function() { if($(this).data('controller-name') != 'Index') { - $('#goods-category .category-content').slideUp(300); + $('#goods-category .category-content').slideUp(100); } });