1.0.19 feat:UI 改进 & 修复线上 crash 问题

This commit is contained in:
eggmanQQQ
2024-11-12 15:35:56 +08:00
parent 00014f0327
commit 4648dd3b53
15 changed files with 82 additions and 55 deletions

View File

@@ -308,7 +308,7 @@ UIKIT_EXTERN NSString *kRequestTicket;
break;
case XPMineItemType_Noble_Center:
{
VIPCenterViewController *vc = [[VIPCenterViewController alloc] init];
VIPCenterViewController *vc = [[VIPCenterViewController alloc] initWithRoomUid:-1];
[self.navigationController pushViewController:vc animated:YES];
}
break;