feat/task1-c-wallet
devil_gong 2018-09-11 10:08:19 +08:00
parent 2d1d314304
commit 44ebbf26c3
1 changed files with 0 additions and 4 deletions

View File

@ -105,10 +105,6 @@ $(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();
});
}
// 导航显示/隐藏处理