Commit 354f4da7 authored by DmooSoCool's avatar DmooSoCool Committed by 陈帅

修复登录页面点击"手机号登录"时控制台所报`countDown`的错误.

parent e47d4b12
......@@ -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 (
<FormItem>
<Row gutter={8}>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment