From e28e645e1323b0e2991974782ece1c12800f9148 Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Wed, 26 Jan 2022 00:27:10 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit093=EF=BC=9A=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=E5=B7=B2=E5=88=9D=E6=AD=A5=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BF=9D=E5=AD=98=E7=9A=84=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=8C=E9=80=89=E6=8B=A9=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=90=8E=E8=83=BD=E5=A4=9F=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/Login/LoginByName3.dart | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/pages/Login/LoginByName3.dart b/lib/pages/Login/LoginByName3.dart index b33b126..0a0118b 100644 --- a/lib/pages/Login/LoginByName3.dart +++ b/lib/pages/Login/LoginByName3.dart @@ -493,11 +493,11 @@ class _LoginPageState extends State { g_users.clear(); g_users.addAll(await SaveAccountPasswordManager.getUsers()); //默认加载第一个账号 - if (g_users.isNotEmpty) { - setState(() { - g_userInfo.username = g_users[0].username; - g_userInfo.password = g_users[0].password; - }); - } + // if (g_users.isNotEmpty) { + // setState(() { + // g_userInfo.username = g_users[0].username; + // g_userInfo.password = g_users[0].password; + // }); + // } } }