|
@@ -45,13 +45,13 @@ interface LoginItemState {
|
|
|
const FormItem = Form.Item;
|
|
const FormItem = Form.Item;
|
|
|
|
|
|
|
|
class WrapFormItem extends Component<LoginItemProps, LoginItemState> {
|
|
class WrapFormItem extends Component<LoginItemProps, LoginItemState> {
|
|
|
|
|
+ interval: number | undefined = undefined;
|
|
|
|
|
+
|
|
|
static defaultProps = {
|
|
static defaultProps = {
|
|
|
getCaptchaButtonText: 'captcha',
|
|
getCaptchaButtonText: 'captcha',
|
|
|
getCaptchaSecondText: 'second',
|
|
getCaptchaSecondText: 'second',
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- interval: number | undefined = undefined;
|
|
|
|
|
-
|
|
|
|
|
constructor(props: LoginItemProps) {
|
|
constructor(props: LoginItemProps) {
|
|
|
super(props);
|
|
super(props);
|
|
|
this.state = {
|
|
this.state = {
|