|
@@ -89,7 +89,16 @@ async function handleMobileVerifyCode(){
|
|
Mobile:formData.tel,
|
|
Mobile:formData.tel,
|
|
TelAreaCode:formData.telCode
|
|
TelAreaCode:formData.telCode
|
|
})
|
|
})
|
|
- if(res.Ret!==200) return
|
|
|
|
|
|
+ if(![200,4013].includes(res.Ret)) return
|
|
|
|
+ if(res.Ret===4013){
|
|
|
|
+ await $confirmDialog({
|
|
|
|
+ header:'提示',
|
|
|
|
+ body: res.Msg,
|
|
|
|
+ confirmBtn:'知道了',
|
|
|
|
+ cancelBtn:null,
|
|
|
|
+ });
|
|
|
|
+ return
|
|
|
|
+ }
|
|
isSendCode.value=true
|
|
isSendCode.value=true
|
|
countDownTime.value=60
|
|
countDownTime.value=60
|
|
countDownTimer=setInterval(()=>{
|
|
countDownTimer=setInterval(()=>{
|