// @ts-nocheck import React from 'react'; import { Form, Input, Button } from 'antd'; import { MailOutlined, } from '@ant-design/icons'; import Style from './web.module.less'; export default function Render(props) { const { data, methods } = props; const { counter, loading, disabled, email, captcha, validEmail, validCaptcha, allowSubmit, digit } = data; const { sendCaptcha, loginByEmail, t, inputChange } = methods; return (