充值列表的添加
This commit is contained in:
@@ -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)];
|
||||
|
Reference in New Issue
Block a user