feat/task1-c-wallet
devil_gong 2018-09-11 10:07:29 +08:00
parent 2332f8c779
commit 2d1d314304
1 changed files with 4 additions and 1 deletions

View File

@ -105,7 +105,10 @@ $(function()
$(".theme-popover-mask").hide();
$(".theme-popover").css({"position":"static", "top":0, "padding-top":"0"});
});
$(document).on('click', '.theme-popover-mask', function()
{
$(".theme-popover-mask").hide();
});
}
// 导航显示/隐藏处理