mirror of
https://github.com/PlayEdu/h5.git
synced 2025-07-24 02:23:21 +08:00
commit
95b7b2306e
@ -30,7 +30,7 @@ const LoginPage = () => {
|
||||
const loginSubmit = async (e: any) => {
|
||||
if (!email) {
|
||||
Toast.show({
|
||||
content: "请输入邮箱或uid",
|
||||
content: "请输入邮箱或UID",
|
||||
});
|
||||
return;
|
||||
}
|
||||
@ -127,7 +127,7 @@ const LoginPage = () => {
|
||||
<div className={styles["input-box"]}>
|
||||
<Input
|
||||
className={styles["input-item"]}
|
||||
placeholder="请输入邮箱或uid"
|
||||
placeholder="请输入邮箱或UID"
|
||||
value={email}
|
||||
onChange={(val) => {
|
||||
setEmail(val);
|
||||
|
Loading…
x
Reference in New Issue
Block a user