fix: 优化删除账号code传4,修改常见问题文案,禁用输入框悬浮按钮,修复登录ios输入框聚焦问题

This commit is contained in:
2026-01-22 18:47:56 -08:00
parent ab8eb891cc
commit b96008d6dc
5 changed files with 24 additions and 24 deletions
@@ -169,6 +169,7 @@ class KRInviteView extends GetView<KRInviteController> {
RepaintBoundary(
child: TextField(
controller: controller.otherInviteCodeController,
contextMenuBuilder: (context, editableTextState) => const SizedBox.shrink(),
textInputAction: TextInputAction.done,
onSubmitted: (_) => controller.kr_handleBindInviteCode(),
textAlign: TextAlign.center,