mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-07 19:14:06 +08:00
登录页面文案修改
This commit is contained in:
parent
0029e81356
commit
075f164147
@ -19,7 +19,7 @@ const LoginPage: React.FC = () => {
|
|||||||
|
|
||||||
const loginSubmit = (e: any) => {
|
const loginSubmit = (e: any) => {
|
||||||
if (!email) {
|
if (!email) {
|
||||||
message.error("请输入邮箱或uid");
|
message.error("请输入邮箱或UID");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!password) {
|
if (!password) {
|
||||||
@ -93,7 +93,7 @@ const LoginPage: React.FC = () => {
|
|||||||
setEmail(e.target.value);
|
setEmail(e.target.value);
|
||||||
}}
|
}}
|
||||||
style={{ width: 400, height: 54 }}
|
style={{ width: 400, height: 54 }}
|
||||||
placeholder={"请输入邮箱或uid"}
|
placeholder={"请输入邮箱或UID"}
|
||||||
onKeyUp={(e) => keyUp(e)}
|
onKeyUp={(e) => keyUp(e)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user