更新web端

This commit is contained in:
全栈小学生
2023-05-20 18:05:21 +08:00
parent fa37c55a5d
commit e2537e99b0
19 changed files with 8909 additions and 34918 deletions

View File

@@ -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
}
}
})