Browse Source

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

pull/2210/head
DmooSoCool 8 years ago
committed by 陈帅
parent
commit
354f4da72c
  1. 2
      src/components/Login/LoginItem.js

2
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 (
<FormItem>
<Row gutter={8}>

Loading…
Cancel
Save