This commit is contained in:
2025-12-11 13:51:04 +08:00
parent 45695364e9
commit 2b4123741a

View File

@@ -12,6 +12,7 @@
#import "KBSkinInstallBridge.h" #import "KBSkinInstallBridge.h"
#import "KBHUD.h" #import "KBHUD.h"
#import "KBShopVM.h" #import "KBShopVM.h"
#import "KBSkinDetailVC.h"
@interface KBShopItemVC ()<UICollectionViewDataSource, UICollectionViewDelegateFlowLayout> @interface KBShopItemVC ()<UICollectionViewDataSource, UICollectionViewDelegateFlowLayout>
@property (nonatomic, copy) void(^scrollCallback)(UIScrollView *scrollView); @property (nonatomic, copy) void(^scrollCallback)(UIScrollView *scrollView);
@@ -171,6 +172,9 @@
} }
- (void)kb_handleShopTapAtIndexPath:(NSIndexPath *)indexPath { - (void)kb_handleShopTapAtIndexPath:(NSIndexPath *)indexPath {
KBSkinDetailVC *vc = [[KBSkinDetailVC alloc] init];
[self.navigationController pushViewController:vc animated:true];
return;
KBShopThemeModel *theme = (indexPath.item < self.dataSource.count) ? self.dataSource[indexPath.item] : nil; KBShopThemeModel *theme = (indexPath.item < self.dataSource.count) ? self.dataSource[indexPath.item] : nil;
NSString *title = theme.themeName.length ? theme.themeName : KBLocalized(@"专属皮肤002"); NSString *title = theme.themeName.length ? theme.themeName : KBLocalized(@"专属皮肤002");
// 002.zip id便 // 002.zip id便