feat: 更新手机号输入框逻辑,确保手动输入值在执行步骤前被保存,避免被旧状态覆盖

This commit is contained in:
QLHazyCoder
2026-05-05 01:48:18 +08:00
parent d054ff65de
commit 16baad20a3
6 changed files with 236 additions and 22 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
|| ''
).trim();
if (!email && !phoneNumber) {
throw new Error('缺少登录账号请先完成步骤 2 和步骤 3。');
throw new Error('缺少登录账号请先完成步骤 2,或在侧栏“注册邮箱/注册手机号”中手动填写账号后再执行当前步骤。');
}
let attempt = 0;