From 7f7e66070e5bf47869df1d794720be70fcc27108 Mon Sep 17 00:00:00 2001 From: tom Date: Mon, 7 Dec 2015 18:53:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=20bug:=20=E5=8F=AA=E6=9C=89=E5=9C=A8?= =?UTF-8?q?=E5=AD=98=E5=9C=A8btn=E6=83=85=E5=86=B5=E4=B8=8B=E6=89=8D?= =?UTF-8?q?=E8=83=BD=E8=B0=83=E7=94=A8close?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/notification/index.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/notification/index.jsx b/components/notification/index.jsx index ab7cb49756..0810c52247 100644 --- a/components/notification/index.jsx +++ b/components/notification/index.jsx @@ -59,6 +59,7 @@ function notice(args) { duration: duration, closable: true, onClose: args.onClose, + key: args.key, style: {} }); } else { @@ -73,6 +74,7 @@ function notice(args) { duration: duration, closable: true, onClose: args.onClose, + key: args.key, style: {} }); } else {