Merge remote-tracking branch 'origin/branch_new' into branch_new

This commit is contained in:
2025-12-22 19:19:09 +08:00
9 changed files with 46 additions and 15 deletions

View File

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