菜单优化

feat/task1-c-wallet
gongfuxiang 2019-02-28 22:12:19 +08:00
parent d836aeef49
commit 09c50b1899
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@ $(function()
$(document).on('mouseenter', '.menu-mini-container-popup', function() $(document).on('mouseenter', '.menu-mini-container-popup', function()
{ {
$(this).attr('data-is-leave', 1); $(this).attr('data-is-leave', 1);
}).mouseleave(function() }).
$(document).on('mouseleave', '.menu-mini-container-popup', function()
{ {
$(this).attr('data-is-leave', 0); $(this).attr('data-is-leave', 0);
$(this).hide(); $(this).hide();