fix:修复登录页面不显示密码

This commit is contained in:
anfe 2024-05-13 14:15:06 +08:00
parent c4c95eaa59
commit 3a84b57dd8
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class _StarLockLoginPageState extends State<StarLockLoginPage> {
logic.checkNext(state.emailOrPhoneController);
state.pwdController.text = data['pwd'];
logic.checkNext(state.pwdController);
setState(() {});
}
},
),

View File

@ -223,6 +223,7 @@ class _StarLockLoginPageState extends State<StarLockLoginXHJPage> {
logic.checkNext(state.emailOrPhoneController);
state.pwdController.text = data['pwd'];
logic.checkNext(state.pwdController);
setState(() {});
}
},
style: ElevatedButton.styleFrom(