mirror of
https://github.com/PlayEdu/h5.git
synced 2025-07-25 21:29:37 +08:00
登录页面文案修改
This commit is contained in:
parent
c445b4c04e
commit
e7ed87649d
@ -30,7 +30,7 @@ const LoginPage = () => {
|
|||||||
const loginSubmit = async (e: any) => {
|
const loginSubmit = async (e: any) => {
|
||||||
if (!email) {
|
if (!email) {
|
||||||
Toast.show({
|
Toast.show({
|
||||||
content: "请输入邮箱或uid",
|
content: "请输入邮箱或UID",
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -127,7 +127,7 @@ const LoginPage = () => {
|
|||||||
<div className={styles["input-box"]}>
|
<div className={styles["input-box"]}>
|
||||||
<Input
|
<Input
|
||||||
className={styles["input-item"]}
|
className={styles["input-item"]}
|
||||||
placeholder="请输入邮箱或uid"
|
placeholder="请输入邮箱或UID"
|
||||||
value={email}
|
value={email}
|
||||||
onChange={(val) => {
|
onChange={(val) => {
|
||||||
setEmail(val);
|
setEmail(val);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user