Commit 55dd78e6468a9ca2806e4923165878500bf4a8b1

Authored by zhangxiaowen
1 parent 685befbf

no message

CNLiveScioLive/Pages/Live/Controller/GraphicLiveViewController.m
@@ -199,7 +199,7 @@ @@ -199,7 +199,7 @@
199 } 199 }
200 NSMutableDictionary *shareParams = [NSMutableDictionary dictionary]; 200 NSMutableDictionary *shareParams = [NSMutableDictionary dictionary];
201 [shareParams SSDKSetupShareParamsByText:text 201 [shareParams SSDKSetupShareParamsByText:text
202 - images:nil 202 + images:@[[UIImage imageNamed:@"cnlive_zhouxin_icon"]]
203 url:[NSURL URLWithString:shareUrl?shareUrl:@"http://app.scio.gov.cn/gxbShare.html"] 203 url:[NSURL URLWithString:shareUrl?shareUrl:@"http://app.scio.gov.cn/gxbShare.html"]
204 title:_dictionary[@"title"] 204 title:_dictionary[@"title"]
205 type:SSDKContentTypeAuto]; 205 type:SSDKContentTypeAuto];