update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user