mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 04:53:00 +08:00
菜单优化
This commit is contained in:
@ -142,7 +142,8 @@ $(function()
|
||||
$(document).on('mouseenter', '.menu-mini-container-popup', function()
|
||||
{
|
||||
$(this).attr('data-is-leave', 1);
|
||||
}).mouseleave(function()
|
||||
}).
|
||||
$(document).on('mouseleave', '.menu-mini-container-popup', function()
|
||||
{
|
||||
$(this).attr('data-is-leave', 0);
|
||||
$(this).hide();
|
||||
|
||||
Reference in New Issue
Block a user