上麦 下麦 麦位刷新

This commit is contained in:
fengshuo
2021-10-22 16:39:06 +08:00
parent c21572ed05
commit c3e69d6885
8 changed files with 30 additions and 6 deletions

View File

@@ -132,7 +132,7 @@
{
#warning to do
XPRoomViewController * roomVC = [[XPRoomViewController alloc] init];
roomVC.roomUid = [NSString stringWithFormat:@"%ld",1004567];
roomVC.roomUid = [NSString stringWithFormat:@"%ld",self.userInfo.uid];
BaseNavigationController * nav = [[BaseNavigationController alloc] initWithRootViewController:roomVC];
nav.modalPresentationStyle = UIModalPresentationFullScreen;
[self presentViewController:nav animated:YES completion:nil];