From de88ae127e305e0b153c327b073645f9353cace5 Mon Sep 17 00:00:00 2001 From: 单军华 <WindShan@danjunhuas-MacBook-Pro.local> Date: Wed, 18 Apr 2018 16:51:07 +0800 Subject: [PATCH] 新功能修改 --- pregnancy_guard/BaseProject/Controller/Mine/SettingPage.m | 47 +++++++++++++++++++++++------------------------ 1 files changed, 23 insertions(+), 24 deletions(-) diff --git a/pregnancy_guard/BaseProject/Controller/Mine/SettingPage.m b/pregnancy_guard/BaseProject/Controller/Mine/SettingPage.m index 7b72dec..375710d 100644 --- a/pregnancy_guard/BaseProject/Controller/Mine/SettingPage.m +++ b/pregnancy_guard/BaseProject/Controller/Mine/SettingPage.m @@ -7,7 +7,6 @@ // #import "SettingPage.h" -#import "ChangeNamePage.h" #import "ChangePwdPage.h" //#import "CommonReqModel.h" @@ -136,29 +135,29 @@ -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ NSInteger index = [indexPath row]; - // ������������ - if(index == 0) - { - // ������������������������ - ChangeNamePage * page = [[ChangeNamePage alloc] initIsFirstPage:NO]; - [self.navigationController pushViewController:page animated:YES]; - } - else if(index == 1) - { - // ������������������������ - ChangePwdPage * page = [[ChangePwdPage alloc] initIsFirstPage:NO]; - [self.navigationController pushViewController:page animated:YES]; - } - else if(index == 2) - { - // ������������������������ - ChangePwdPage * page = [[ChangePwdPage alloc] initIsFirstPage:NO]; - [self.navigationController pushViewController:page animated:YES]; - } - else - { - //TODO - } +// // ������������ +// if(index == 0) +// { +// // ������������������������ +// ChangeNamePage * page = [[ChangeNamePage alloc] initIsFirstPage:NO]; +// [self.navigationController pushViewController:page animated:YES]; +// } +// else if(index == 1) +// { +// // ������������������������ +// ChangePwdPage * page = [[ChangePwdPage alloc] initIsFirstPage:NO]; +// [self.navigationController pushViewController:page animated:YES]; +// } +// else if(index == 2) +// { +// // ������������������������ +// ChangePwdPage * page = [[ChangePwdPage alloc] initIsFirstPage:NO]; +// [self.navigationController pushViewController:page animated:YES]; +// } +// else +// { +// //TODO +// } } #pragma mark - custom function begin -- Gitblit v1.8.0