企业包版本修改 此commit置顶 2.0.0

This commit is contained in:
liyuhua
2023-12-28 19:25:36 +08:00
parent f573866463
commit 75ad7083b9

View File

@@ -201,6 +201,11 @@
break;
case XPMineItemType_My_Room:
{
if(self.userInfo.isCertified == NO){
[self showRealNameAuthenticationTipsAlertView];
return;
}
NSString* roomUid = [NSString stringWithFormat:@"%ld", (long)self.userInfo.uid];
[Api getRoomInfo:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) {
if (code == 200) {
@@ -214,10 +219,6 @@
[XPRoomViewController openRoom:roomUid viewController:self];
}
} else {
if(code == 10108){
[self showRealNameAuthenticationTipsAlertView];
return;
}
[self showErrorToast:msg];
}
} uid:roomUid intoUid:roomUid];