diff --git a/lib/http/http_utils.dart b/lib/http/http_utils.dart index fcd068e..4477212 100755 --- a/lib/http/http_utils.dart +++ b/lib/http/http_utils.dart @@ -189,6 +189,7 @@ class HttpUtils { } if (resultCode.toUpperCase() == "UNLOGIN") { + ToastUtils.showToast(msg: map['resultMsg']); unLoginAction?.call(); return; }