From 50dcb78417d040101d599423646ccc923a68dfc6 Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Mon, 10 Nov 2025 13:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyBoard/Class/Home/VC/HomeHotVC.m | 6 +++--- keyBoard/Class/Shop/VC/KBShopVC.m | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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]; }