个人中心-足迹

This commit is contained in:
chenguilong
2022-07-26 11:08:01 +08:00
parent 1d8c05a229
commit f56fc61f08
16 changed files with 728 additions and 2 deletions

View File

@@ -52,7 +52,7 @@
#import "XPMineFansTeamViewController.h"
#import "XPMineClanViewController.h"
#import "XPMineGuildViewController.h"
#import "XPMineFootPrintViewController.h"
@interface XPMineViewController ()<UITableViewDelegate, UITableViewDataSource, XPMineProtocol, XPMineHeadItemTableViewCellDelegate, XPMineHeadViewDelegate, XPMineGameTableViewCellDelegate, XPHomeBannerTableViewCellDelegate>
///
@@ -162,6 +162,12 @@
case XPMineItemType_Match_Relevance_Account:
[self pushWebViewWIthUrl:item.centerUrl];
break;
case XPMineItemType_Foot_Print:
{
XPMineFootPrintViewController *vc = [[XPMineFootPrintViewController alloc] init];
[self.navigationController pushViewController:vc animated:YES];
}
break;
case XPMineItemType_Teenager_Mode:
{
XPMineTeenagerViewController * vc = [[XPMineTeenagerViewController alloc] init];
@@ -368,7 +374,7 @@
///
- (void)xpMineHeadViewClickFootprint {
// [self pushViewControllerWithType:XPMineItemType_Attention_List];
[self pushViewControllerWithType:XPMineItemType_Foot_Print functionItem:nil];
}
///