企业包版本修改 此commit置顶 2.0.0
This commit is contained in:
@@ -201,6 +201,11 @@
|
|||||||
break;
|
break;
|
||||||
case XPMineItemType_My_Room:
|
case XPMineItemType_My_Room:
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if(self.userInfo.isCertified == NO){
|
||||||
|
[self showRealNameAuthenticationTipsAlertView];
|
||||||
|
return;
|
||||||
|
}
|
||||||
NSString* roomUid = [NSString stringWithFormat:@"%ld", (long)self.userInfo.uid];
|
NSString* roomUid = [NSString stringWithFormat:@"%ld", (long)self.userInfo.uid];
|
||||||
[Api getRoomInfo:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) {
|
[Api getRoomInfo:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) {
|
||||||
if (code == 200) {
|
if (code == 200) {
|
||||||
@@ -214,10 +219,6 @@
|
|||||||
[XPRoomViewController openRoom:roomUid viewController:self];
|
[XPRoomViewController openRoom:roomUid viewController:self];
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if(code == 10108){
|
|
||||||
[self showRealNameAuthenticationTipsAlertView];
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
[self showErrorToast:msg];
|
[self showErrorToast:msg];
|
||||||
}
|
}
|
||||||
} uid:roomUid intoUid:roomUid];
|
} uid:roomUid intoUid:roomUid];
|
||||||
|
Reference in New Issue
Block a user