我的-贵族中心入口

This commit is contained in:
chenguilong
2021-12-28 17:32:27 +08:00
committed by fengshuo
parent 90a615c468
commit b6d1cdea6a
11 changed files with 506 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
#import "XPMineDressUpViewController.h"
#import "XPMineFansViewController.h"
#import "XPMineAttentionViewController.h"
#import "XPNobleCenterViewController.h"
@interface XPMineViewController ()<UITableViewDelegate, UITableViewDataSource, XPMineProtocol, XPMineMatchTableViewCellDelegate, XPMineHeadViewDelegate>
///
@@ -171,6 +171,12 @@
case XPMineItemType_My_Level:
[self pushWebViewWIthUrl:URLWithType(kUserLevelURL)];
break;
case XPMineItemType_Noble_Center:
{
XPNobleCenterViewController *nobleCenterVC = [[XPNobleCenterViewController alloc] init];
[self.navigationController pushViewController:nobleCenterVC animated:YES];
}
break;
default:
break;
}