+
+ {
+ setEmail(e.target.value);
+ }}
+ style={{ width: 400, height: 54 }}
+ placeholder="请输入学员邮箱账号"
+ onKeyUp={(e) => keyUp(e)}
+ />
+
+
+ {
+ setPassword(e.target.value);
+ }}
+ style={{ width: 400, height: 54 }}
+ placeholder="请输入密码"
+ />
+
+
+
{
+ setCaptchaVal(e.target.value);
+ }}
+ onKeyUp={(e) => keyUp(e)}
+ />
+
+ {captchaLoading && (
+
+
+
+ )}
+
+ {!captchaLoading && (
+

+ )}
+
+
+
+
+
+