From b68afb04cf7139d0e95b99e2444ab335e257b3aa Mon Sep 17 00:00:00 2001 From: guozhuorong <250366847@qq.com> Date: Fri, 19 Jul 2019 11:42:46 +0800 Subject: [PATCH] remove event arg (#673) --- components/mip-toast/mip-toast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mip-toast/mip-toast.js b/components/mip-toast/mip-toast.js index c56a328f..9884a8cd 100644 --- a/components/mip-toast/mip-toast.js +++ b/components/mip-toast/mip-toast.js @@ -48,7 +48,7 @@ export default class MIPToast extends CustomElement { this.render() } - handleShow (event, info) { + handleShow (info) { const {infoText} = this.props this.close = true if (typeof info === 'string') {