mpbile .gitigore app chat login register theme
This commit is contained in:
@@ -148,8 +148,7 @@ async function handleSendSmsPhone() {
|
||||
btn.textContent = countdown > 0 ? countdown+'s后重发' : '获取验证码';
|
||||
if(countdown<=0){clearInterval(timer);btn.disabled=false;}
|
||||
}, 1000);
|
||||
if (data.mockCode) alert('验证码已发送: ' + data.mockCode);
|
||||
else alert('验证码已发送');
|
||||
alert('验证码已发送');
|
||||
} else {
|
||||
alert(data.message);
|
||||
btn.disabled = false;
|
||||
|
||||
Reference in New Issue
Block a user