1
This commit is contained in:
@@ -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:@"点击了下载"];
|
||||
|
||||
Reference in New Issue
Block a user