From 354f4da72cdf25ef3d2df1861706fd5fbdf74351 Mon Sep 17 00:00:00 2001 From: DmooSoCool Date: Thu, 6 Sep 2018 15:10:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=82=B9=E5=87=BB"=E6=89=8B=E6=9C=BA=E5=8F=B7?= =?UTF-8?q?=E7=99=BB=E5=BD=95"=E6=97=B6=E6=8E=A7=E5=88=B6=E5=8F=B0?= =?UTF-8?q?=E6=89=80=E6=8A=A5`countDown`=E7=9A=84=E9=94=99=E8=AF=AF.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Login/LoginItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Login/LoginItem.js b/src/components/Login/LoginItem.js index a1d216a3..1732315f 100644 --- a/src/components/Login/LoginItem.js +++ b/src/components/Login/LoginItem.js @@ -94,7 +94,7 @@ class WarpFormItem extends Component { const otherProps = restProps || {}; if (type === 'Captcha') { - const inputProps = omit(otherProps, ['onGetCaptcha']); + const inputProps = omit(otherProps, ['onGetCaptcha', 'countDown']); return ( -- GitLab