opt: add tip message when no available key

This commit is contained in:
RockYang
2023-07-06 10:47:36 +08:00
parent 5037df744f
commit da14632794
2 changed files with 5 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ const sendMsg = () => {
httpGet('/api/verify/token').then(res => {
httpPost('/api/verify/sms', {token: res.data, mobile: props.mobile}).then(() => {
ElMessage.success('短信发送成功')
let time = 10
let time = 120
btnText.value = time
const handler = setInterval(() => {
time = time - 1