From ac7032840ff3c374be17dafd894bc3194daa7114 Mon Sep 17 00:00:00 2001 From: httol <13821750403@invn.com.cn> Date: Tue, 14 Apr 2020 15:14:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=AC=E6=B5=AE=E5=9B=BE=E7=89=87=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=94=AF=E6=8C=81style=E9=87=8D=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.jsx b/src/index.jsx index 70a8604..0260c96 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -123,7 +123,7 @@ class suspendButton extends Component { } render() { - const { img, style } = this.props + const { img, style, imgStyle } = this.props return ( - {img && } + {img && } ) }