feat: bugfix

This commit is contained in:
2025-12-03 01:28:18 -08:00
parent dbcdf8b8a4
commit ce4abb7e01
15 changed files with 280 additions and 79 deletions
@@ -180,7 +180,7 @@ class KRLoginView extends GetView<KRLoginController> {
// hintText: '确认密码',
// isPassword: true,
// ),
SizedBox(height: 10.w),
SizedBox(height: 10),
// 👇 核心改动:使用新的验证码输入框
_buildVerificationCodeField(),
],