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