This commit is contained in:
2025-11-10 15:38:30 +08:00
parent 97316c7989
commit 1cdc17b710
18 changed files with 337 additions and 20 deletions

View File

@@ -182,7 +182,7 @@ typedef NS_ENUM(NSInteger, KBSkinDetailSection) {
_bottomBar = [[KBSkinBottomActionView alloc] init];
// /
[_bottomBar configWithTitle:@"Download" price:@"20" icon:nil];
__weak typeof(self) weakSelf = self;
KBWeakSelf
_bottomBar.tapHandler = ^{
// /
// [KBHUD showText:@"点击了下载"];

View File

@@ -55,7 +55,7 @@ static NSString * const kMySkinCellId = @"kMySkinCellId";
}];
// LYEmptyView +
__weak typeof(self) weakSelf = self;
KBWeakSelf
[self.collectionView kb_makeDefaultEmptyViewWithImage:nil
title:@"暂无皮肤"
detail:@"下拉刷新试试"