再次修正

This commit is contained in:
muzi_ys 2019-01-06 23:35:16 +08:00
parent 80a3fe1268
commit 3322c0a081
1 changed files with 0 additions and 1 deletions

View File

@ -297,7 +297,6 @@ window.Win10 = {
}); });
$('#win10').on('click',".notice .btn_close_msg", function () { $('#win10').on('click',".notice .btn_close_msg", function () {
var msg = $(this).parents('.notice'); var msg = $(this).parents('.notice');
console.log(msg);
$(msg).addClass('animated slideOutRight'); $(msg).addClass('animated slideOutRight');
setTimeout(function () { setTimeout(function () {
msg.remove() msg.remove()