游戏优化

This commit is contained in:
liyuhua
2023-08-25 14:48:58 +08:00
parent 02d145bda7
commit acf568b8b5
36 changed files with 404 additions and 176 deletions

View File

@@ -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];
}
///