fix(upload_image): 请求组件新增登录被挤弹窗
This commit is contained in:
@@ -189,6 +189,7 @@ class HttpUtils {
|
||||
}
|
||||
|
||||
if (resultCode.toUpperCase() == "UNLOGIN") {
|
||||
ToastUtils.showToast(msg: map['resultMsg']);
|
||||
unLoginAction?.call();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user