修改验证码提示

This commit is contained in:
YeMingfei666 2024-12-21 18:28:19 +08:00
parent 491e0f1ae2
commit 989cf11fb4
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@
size="medium"
@click="sendMsg()"
>
{{ msgTime >= 60 ? "发送验证码" : msgTime }}</el-button
{{ msgTime >= 60 ? "发送验证码" : (msgTime+'秒后重新获取') }}</el-button
>
</el-form-item>
<el-form-item label="验证码" :label-width="formLabelWidth" required>