mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-08 03:04:09 +08:00
登录页面文案修改
This commit is contained in:
parent
c445b4c04e
commit
e7ed87649d
@ -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