2
0

fix:注册界面及相关功能

This commit is contained in:
zhongzm
2024-11-29 09:04:06 +08:00
parent a3a6aeb40e
commit 650a180778
10 changed files with 222 additions and 33 deletions

View File

@@ -178,6 +178,7 @@ const local: any = {
back: 'Back',
validateSuccess: 'Verification passed',
loginSuccess: 'Login successfully',
registerSuccess:'Register successfully',
welcomeBack: 'Welcome back, {username} !',
checkCode: 'Please check the verification code',
emailPlaceholder:'Please enter the email'
@@ -224,6 +225,9 @@ const local: any = {
address: 'Address',
next: 'Next',
prev: 'Prev',
birthDate: 'Birth Date',
birthDatePlaceholder: 'Please select birth date',
birthDateRequired: 'Please select birth date',
},
resetPwd: {
title: 'Reset Password'

View File

@@ -178,6 +178,7 @@ const local:any = {
back: '返回',
validateSuccess: '验证成功',
loginSuccess: '登录成功',
registerSuccess:'注册成功',
welcomeBack: '欢迎回来,{username} ',
checkCode: '请输入验证码',
emailPlaceholder:'请输入邮箱'
@@ -224,6 +225,9 @@ const local:any = {
address: '地址',
next: '下一步',
prev: '上一步',
birthDate: '出生日期',
birthDatePlaceholder: '请选择出生日期',
birthDateRequired: '请选择出生日期',
},
resetPwd: {
title: '重置密码'