Commit cbc392e130a2ea4c096321f9f5a511f18ee57d89
1 parent
60899888
收藏闪退bug 0.4.1
Showing
2 changed files
with
3 additions
and
3 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/Colletion/ViewController/CNMineCollectController.m
| ... | ... | @@ -201,10 +201,10 @@ static NSString * const kCNLiveWebViewForCollectionRefreshKey = @"kCNLiveWebView |
| 201 | 201 | |
| 202 | 202 | cell.selectImageActionBlock = ^(NSArray *images, NSArray *imageUrls, NSArray * thumbUrlsArr, SDAnimatedImageView *currentImage) { |
| 203 | 203 | |
| 204 | - [[CNLiveCMineService shareMineProtocol] pushCMineContentForCMainPlatWithType:15 param:[model mj_keyValues] contentVC:self]; | |
| 204 | + [[CNLiveCMineService shareMineProtocol] pushCMineContentForCMainPlatWithType:15 param:[model mj_keyValues] contentVC:weakSelf]; | |
| 205 | 205 | }; |
| 206 | 206 | cell.selectVideoActionBlock = ^(CNMineCollectionCell *cell, NSString *vid, UIImageView *curroutImage) { |
| 207 | - [[CNLiveCMineService shareMineProtocol] pushCMineContentForCMainPlatWithType:15 param:[model mj_keyValues] contentVC:self]; | |
| 207 | + [[CNLiveCMineService shareMineProtocol] pushCMineContentForCMainPlatWithType:15 param:[model mj_keyValues] contentVC:weakSelf]; | |
| 208 | 208 | }; |
| 209 | 209 | |
| 210 | 210 | return cell; | ... | ... |