hyzp_ybqx-Commit098:优化。已经能够保存已登录的用户信息

This commit is contained in:
WinUser01
2022-01-26 02:06:55 +08:00
parent bfe8777199
commit fa00fa1792
+1
View File
@@ -484,6 +484,7 @@ class _LoginPageState extends State<LoginByName3> {
setState(() {
g_userInfo.username = user.username;
g_userInfo.password = user.password;
g_can_expand_ListView = false;
});
},
);