游戏优化
This commit is contained in:
@@ -290,6 +290,12 @@
|
||||
|
||||
}
|
||||
break;
|
||||
case XPMineItemType_Game_Order:
|
||||
{
|
||||
XPMineGameOrderVC* orderVC = [[XPMineGameOrderVC alloc]init];
|
||||
[self.navigationController pushViewController:orderVC animated:YES];
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
@@ -402,9 +408,8 @@
|
||||
///点击了访客
|
||||
- (void)xpMineHeadViewClickVisitor {
|
||||
|
||||
XPMineGameOrderVC* orderVC = [[XPMineGameOrderVC alloc]init];
|
||||
[self.navigationController pushViewController:orderVC animated:YES];
|
||||
// [self pushViewControllerWithType:XPMineItemType_Visitor functionItem:nil];
|
||||
|
||||
[self pushViewControllerWithType:XPMineItemType_Visitor functionItem:nil];
|
||||
}
|
||||
|
||||
///点击了足迹
|
||||
|
Reference in New Issue
Block a user