This commit is contained in:
2025-06-04 08:55:14 +08:00
parent 4a945c763f
commit d6306fd462
14 changed files with 300 additions and 58 deletions

View File

@@ -27,7 +27,7 @@ const verifyPhone = async () => {
if (timer === null) {
const {msg, code} = await api(mobile, type);
if (code === 1) Message.success(msg);
time.value = 10;
time.value = 60;
timer = setInterval(() => {
if (time.value <= 0) {
time.value = null;