From 64b0493e4bd40c46e341fd5de9f1862998c431b0 Mon Sep 17 00:00:00 2001
From: lijunda <475576921@qq.com>
Date: Thu, 16 Aug 2018 16:35:30 +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