设置bitCode为NO

This commit is contained in:
fengshuo
2021-10-25 10:22:40 +08:00
parent 0d370a1c0f
commit 3b029e0d96
2 changed files with 6 additions and 12 deletions

View File

@@ -131,18 +131,8 @@
case XPMineItemType_Account:
{
// XPMineRechargeViewController * rechargeVC = [[XPMineRechargeViewController alloc] init];
// [self.navigationController pushViewController:rechargeVC animated:YES];
// return;
#warning to do
XPRoomViewController * roomVC = [[XPRoomViewController alloc] init];
roomVC.roomUid = [NSString stringWithFormat:@"%ld",self.userInfo.uid];
BaseNavigationController * nav = [[BaseNavigationController alloc] initWithRootViewController:roomVC];
nav.modalPresentationStyle = UIModalPresentationFullScreen;
[self presentViewController:nav animated:YES completion:nil];
return;
XPMineRechargeViewController * rechargeVC = [[XPMineRechargeViewController alloc] init];
[self.navigationController pushViewController:rechargeVC animated:YES];
}
break;