This commit is contained in:
lianxiang
2018-09-20 00:25:25 +08:00
parent 27e27d5d12
commit 309cae4ab2
56 changed files with 1755 additions and 39 deletions
+6 -2
View File
@@ -12,6 +12,8 @@
#import "GiGaUserDefault.h"
#import "GiGaUserManager.h"
#import "AppVerionDescriptionVC.h"
#import "GIGaAboutUsVC.h"
#import "GiGaFeedBackViewController.h"
@interface GiSysSettingsVC ()
@@ -70,9 +72,11 @@
}];
}else if (indexPath.row == 1){
GiGaFeedBackViewController *feedVC = [[GiGaFeedBackViewController alloc] init];
[self.navigationController pushViewController:feedVC animated:YES];
}else if (indexPath.row == 2){
GIGaAboutUsVC *usVC= [[GIGaAboutUsVC alloc] init];
[self.navigationController pushViewController:usVC animated:YES];
}else if (indexPath.row == 3){
AppVerionDescriptionVC *verVC =[[AppVerionDescriptionVC alloc] init];
[self.navigationController pushViewController:verVC animated:YES];