设置bitCode为NO
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user