mirror of
https://gitee.com/niucloud-team/niucloud
synced 2026-08-10 06:56:05 +08:00
更新web端
This commit is contained in:
@@ -73,6 +73,7 @@ captcha.refresh()
|
||||
const sendSms = useSendSms()
|
||||
|
||||
const send = () => {
|
||||
formData.mobile = prop.mobile
|
||||
if (sendSms.canGetCode.value) {
|
||||
captchaDialog.value = true
|
||||
}
|
||||
@@ -87,8 +88,10 @@ const confirm = async () => {
|
||||
if (sendRes) {
|
||||
value.value = sendRes
|
||||
captchaDialog.value = false
|
||||
loading.value = false
|
||||
} else if (sendRes === false) {
|
||||
captcha.refresh()
|
||||
loading.value = false
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user