From 724e31ad7d5ef35ac523673c8a9516f16a7095aa Mon Sep 17 00:00:00 2001 From: wuxinglong Date: Fri, 17 Apr 2026 19:36:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(upload=5Fimage):=20=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=96=B0=E5=A2=9E=E7=99=BB=E5=BD=95=E8=A2=AB?= =?UTF-8?q?=E6=8C=A4=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/http/http_utils.dart | 1 + 1 file changed, 1 insertion(+) 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; }