修复前端邮箱输入
This commit is contained in:
parent
1931df4c7f
commit
e49cd34122
@ -67,7 +67,7 @@ export default function SendEmail({ title, anyEmail = false, sendService }: { ti
|
||||
setHelperText("邮箱不得为空")
|
||||
}
|
||||
const sendEmail = (() => {
|
||||
if (domain != "") {
|
||||
if (!anyEmail && domain != "") {
|
||||
return `${email}@${domain}`
|
||||
}
|
||||
return email
|
||||
|
Loading…
x
Reference in New Issue
Block a user