1:修改房间设置功能

This commit is contained in:
2025-12-22 18:40:57 +08:00
parent daba3d9872
commit ec2e754806
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;
}