企业包版本修改 此commit置顶 2.0.0
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user