hyzp_ybqx-Commit072:优化。解决切换不同区县用户登录时,不能登录(必须退出App,再重启App才行)的问题

master
WinUser01 4 years ago
parent 20d40515dc
commit dc777f1b4a

@ -191,6 +191,7 @@ class _LoginPageState extends State<LoginByName2> {
print('登录失败:${response.data["data"]}'); print('登录失败:${response.data["data"]}');
bLoginVerify = false; // bLoginVerify = false; //
bPreLoading = false; bPreLoading = false;
try_setState(); //
Fluttertoast.showToast( Fluttertoast.showToast(
msg: '登录失败:用户名或密码不正确。', msg: '登录失败:用户名或密码不正确。',
toastLength: Toast.LENGTH_LONG, toastLength: Toast.LENGTH_LONG,

Loading…
Cancel
Save