Commit cbc392e130a2ea4c096321f9f5a511f18ee57d89

Authored by yanglingyu
1 parent 60899888

收藏闪退bug 0.4.1

CNLiveCMineModule.podspec
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveCMineModule' 10 s.name = 'CNLiveCMineModule'
11 - s.version = '0.4.0' 11 + s.version = '0.4.1'
12 s.summary = '网家家C端个人中心' 12 s.summary = '网家家C端个人中心'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
CNLiveCMineModule/Classes/Colletion/ViewController/CNMineCollectController.m
@@ -201,10 +201,10 @@ static NSString * const kCNLiveWebViewForCollectionRefreshKey = @"kCNLiveWebView @@ -201,10 +201,10 @@ static NSString * const kCNLiveWebViewForCollectionRefreshKey = @"kCNLiveWebView
201 201
202 cell.selectImageActionBlock = ^(NSArray *images, NSArray *imageUrls, NSArray * thumbUrlsArr, SDAnimatedImageView *currentImage) { 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 cell.selectVideoActionBlock = ^(CNMineCollectionCell *cell, NSString *vid, UIImageView *curroutImage) { 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 return cell; 210 return cell;