fix:注册界面用户名和电话号码格式校验修改
This commit is contained in:
@@ -254,8 +254,9 @@ const local: any = {
|
||||
birthDate: 'Birth Date',
|
||||
birthDatePlaceholder: 'Please select birth date',
|
||||
birthDateRequired: 'Please select birth date',
|
||||
phoneInvalid:"The mobile phone number is incorrect",
|
||||
phoneExists:"The mobile phone number has been registered",
|
||||
phoneInvalid: 'Please enter a valid phone number',
|
||||
phoneExists: 'This phone number is already registered',
|
||||
phoneOptional: 'Phone number is optional',
|
||||
emailInvalid:"The email is incorrect",
|
||||
emailExists:"The email has been registered",
|
||||
emailRequired:"The email cannot be empty",
|
||||
|
||||
@@ -254,8 +254,9 @@ const local:any = {
|
||||
birthDate: '出生日期',
|
||||
birthDatePlaceholder: '请选择出生日期',
|
||||
birthDateRequired: '请选择出生日期',
|
||||
phoneInvalid:"手机号格式不正确",
|
||||
phoneExists:"手机号已经注册",
|
||||
phoneInvalid:"请输入有效的手机号码",
|
||||
phoneExists:"该手机号已被注册",
|
||||
phoneOptional: '手机号为选填项',
|
||||
emailInvalid:"邮箱格式不正确",
|
||||
emailExists:"邮箱已经注册",
|
||||
emailRequired:"邮箱不能为空",
|
||||
|
||||
Reference in New Issue
Block a user