一键登录 loading hide 1

This commit is contained in:
2025-12-25 15:28:20 +08:00
parent be2306b50c
commit ff9677fa6d

View File

@@ -185,6 +185,7 @@ public class LoginPresenter extends BasePresenter<LoginContacter.View> implement
public void loginSuccess(List<UserBean> userBean) {
if (userBean == null || userBean.isEmpty()) {
// ToastUtils.showShort("登录失败请重试");
MvpRef.get().authorError();
return;
}
if (userBean.size() == 1) {