Commit f20ef8626c9984455714066ec7ffea955b52ee04
1 parent
45f4112d
bug
xiufu
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/Colletion/ViewController/CNMineCollectController.m
| ... | ... | @@ -227,7 +227,7 @@ static NSString * const kCNLiveWebViewForCollectionRefreshKey = @"kCNLiveWebView |
| 227 | 227 | [[CNLiveCMineService shareMineProtocol] pushCMineInteContentForCMainWebViewWithURL:model.shareUrl statue:CNLiveCMineIntePushWebViewStatueAnnotationDetail]; |
| 228 | 228 | } |
| 229 | 229 | if ([model.type isEqualToString:@"4"]) { |
| 230 | - [[CNLiveCMineService shareMineProtocol] pushCMineContentForCMainPlatWithType:14 param:[model mj_keyValues] contentVC:self]; | |
| 230 | + [[CNLiveCMineService shareMineProtocol] pushCMineContentForCMainPlatWithType:15 param:[model mj_keyValues] contentVC:self]; | |
| 231 | 231 | |
| 232 | 232 | } |
| 233 | 233 | ... | ... |