111
This commit is contained in:
parent
33996285f4
commit
6c3669350b
|
|
@ -31,8 +31,8 @@ class LoginLogic extends GetxController with RequestToolMixin {
|
||||||
state.passwordController.text = pwd;
|
state.passwordController.text = pwd;
|
||||||
state.keepPwd.value = true;
|
state.keepPwd.value = true;
|
||||||
}
|
}
|
||||||
state.userNameController.text = "AppleTester";
|
// state.userNameController.text = "AppleTester";
|
||||||
state.passwordController.text = "AppleTester123!";
|
// state.passwordController.text = "AppleTester123!";
|
||||||
|
|
||||||
state.pwdFocus = FocusNode();
|
state.pwdFocus = FocusNode();
|
||||||
state.theFocus = FocusNode();
|
state.theFocus = FocusNode();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue