diff --git a/keyBoard/Class/Home/VC/HomeHotVC.m b/keyBoard/Class/Home/VC/HomeHotVC.m index bed2000..1a8e47d 100644 --- a/keyBoard/Class/Home/VC/HomeHotVC.m +++ b/keyBoard/Class/Home/VC/HomeHotVC.m @@ -81,10 +81,10 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { [tableView deselectRowAtIndexPath:indexPath animated:YES]; - KBSearchVC *vc = [[KBSearchVC alloc] init]; +// KBSearchVC *vc = [[KBSearchVC alloc] init]; // [self.navigationController pushViewController:vc animated:true]; - UINavigationController *nav = KB_CURRENT_NAV; - [nav pushViewController:vc animated:true]; +// UINavigationController *nav = KB_CURRENT_NAV; +// [nav pushViewController:vc animated:true]; NSLog(@"==="); } diff --git a/keyBoard/Class/Shop/VC/KBShopVC.m b/keyBoard/Class/Shop/VC/KBShopVC.m index bf50b79..526cd1e 100644 --- a/keyBoard/Class/Shop/VC/KBShopVC.m +++ b/keyBoard/Class/Shop/VC/KBShopVC.m @@ -34,7 +34,7 @@ static const CGFloat JXheightForHeaderInSection = 50; - (void)viewDidLoad { [super viewDidLoad]; - [self setupUI]; +// [self setupUI]; }