This commit is contained in:
2026-02-12 21:32:32 +08:00
parent 232b2146d0
commit 246f2b79d8

View File

@@ -21,7 +21,7 @@ const LoginModal = ({ visible, onClose, onLoginSuccess }) => {
message.error('请输入有效的手机号');
return;
}
//
await sendSms({ phone_number: phone });
message.success('验证码已发送');