12312
This commit is contained in:
parent
cd4c3384b0
commit
6dbfd13b7c
@ -233,11 +233,7 @@ export const useAuth=createGlobalState(()=>{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
const clickSendCode=async ()=>{
|
const clickSendCode=async ()=>{
|
||||||
if (isCountingDown.value) return;
|
if (isCountingDown.value) return
|
||||||
if (!code.value){
|
|
||||||
message.warning('请输入验证码')
|
|
||||||
return
|
|
||||||
}
|
|
||||||
if (!telNum.value){
|
if (!telNum.value){
|
||||||
message.warning('请输入手机号')
|
message.warning('请输入手机号')
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user