充值列表的添加

This commit is contained in:
fengshuo
2021-09-24 19:17:19 +08:00
parent dc02767594
commit d3e26de656
25 changed files with 710 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
#import "XPMineSettingViewController.h"
#import "XPMineTeenagerViewController.h"
#import "XPMineUserInfoViewController.h"
#import "XPMineRechargeViewController.h"
#import "XPWebViewController.h"
@@ -124,7 +125,10 @@
[self pushWebViewWIthUrl:URLWithType(kIdentityURL)];
break;
case XPMineItemType_Account:
#warning to do
{
XPMineRechargeViewController * rechargeVC = [[XPMineRechargeViewController alloc] init];
[self.navigationController pushViewController:rechargeVC animated:YES];
}
break;
case XPMineItemType_Invite_Friend:
[self pushWebViewWIthUrl:URLWithType(kUserInviteFriendURL)];