From 3322c0a0818b8231c62bc48b6d8e404669b2b070 Mon Sep 17 00:00:00 2001 From: muzi_ys <1099438829@qq.com> Date: Sun, 6 Jan 2019 23:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/mac.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/mac.js b/js/mac.js index c973627..ff6cfc2 100644 --- a/js/mac.js +++ b/js/mac.js @@ -297,7 +297,6 @@ window.Win10 = { }); $('#win10').on('click',".notice .btn_close_msg", function () { var msg = $(this).parents('.notice'); - console.log(msg); $(msg).addClass('animated slideOutRight'); setTimeout(function () { msg.remove()