style: 调整前端样式
This commit is contained in:
@@ -75,6 +75,7 @@ const handleGetCodeImage=()=>{
|
||||
const clickPhoneCaptcha=()=>{
|
||||
if (registerForm.phone !== "")
|
||||
{
|
||||
isDisabledCode.value = true;
|
||||
handleGetCodeImage();
|
||||
codeDialogVisible.value=true;
|
||||
}
|
||||
|
||||
@@ -84,6 +84,7 @@ const handleGetCodeImage=()=>{
|
||||
const clickPhoneCaptcha=()=>{
|
||||
if (registerForm.phone !== "")
|
||||
{
|
||||
isDisabledCode.value=true;
|
||||
handleGetCodeImage();
|
||||
codeDialogVisible.value=true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user