From 5846c0914dfda39b285f9de1be1ad88cc749e186 Mon Sep 17 00:00:00 2001 From: liyi Date: Tue, 1 Apr 2025 09:08:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E8=BE=93=E5=85=A5=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tools/tf_loginInput.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools/tf_loginInput.dart b/lib/tools/tf_loginInput.dart index ba08fb72..3ab4c6b8 100755 --- a/lib/tools/tf_loginInput.dart +++ b/lib/tools/tf_loginInput.dart @@ -93,7 +93,7 @@ class _LoginInputState extends State { onTap: widget.onTapAction, autofocus: false, inputFormatters: widget.inputFormatters, - textInputAction: TextInputAction.next, + textInputAction: isPwd ? TextInputAction.done : TextInputAction.next, // 修改键盘类型为密码类型 keyboardType: isPwd ? TextInputType.visiblePassword