瀏覽代碼

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

DmooSoCool 7 年之前
父節點
當前提交
354f4da72c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Login/LoginItem.js

+ 1 - 1
src/components/Login/LoginItem.js

@@ -94,7 +94,7 @@ class WarpFormItem extends Component {
 
 
     const otherProps = restProps || {};
     const otherProps = restProps || {};
     if (type === 'Captcha') {
     if (type === 'Captcha') {
-      const inputProps = omit(otherProps, ['onGetCaptcha']);
+      const inputProps = omit(otherProps, ['onGetCaptcha', 'countDown']);
       return (
       return (
         <FormItem>
         <FormItem>
           <Row gutter={8}>
           <Row gutter={8}>