Commit 2bb88e70fd4981ee462ab2bc4bcc36832dded2f8
1 parent
02b18eee
no message
Showing
1 changed file
with
0 additions
and
9 deletions
Example/CNLiveVideoClassifyKit/CNLiveClassifyKitImpl.m
| ... | ... | @@ -28,15 +28,6 @@ |
| 28 | 28 | return demo; |
| 29 | 29 | }else{ |
| 30 | 30 | NSString *thirdUrl = param[@"thirdUrl"]; |
| 31 | - NSString *backgroundColor = param[@"backgroundColor"]; | |
| 32 | - NSString *backImageH5 = param[@"backgroundImgH5"]; | |
| 33 | - if (!CNLiveStringIsEmpty(thirdUrl)) { | |
| 34 | - NSString *andStr = @"&"; | |
| 35 | - if (![thirdUrl cn_containsString:@"?"]) { | |
| 36 | - andStr = @"?"; | |
| 37 | - } | |
| 38 | - thirdUrl = [thirdUrl stringByAppendingFormat:@"%@backgroundColor=%@&backgroundImgH5=%@",andStr,backgroundColor?[backgroundColor urlEncode]:@"",backImageH5?[backImageH5 urlEncode]:@""]; | |
| 39 | - } | |
| 40 | 31 | CNLiveSubWebViewController *subVC = [CNLiveCWebViewModule showWebVCWithLunchForWebURL:thirdUrl ParamDict:param ShowType:CNLiveWebViewLunchShowTypeHidden]; |
| 41 | 32 | return subVC; |
| 42 | 33 | } | ... | ... |