Commit 55dd78e6468a9ca2806e4923165878500bf4a8b1

Authored by zhangxiaowen
1 parent 685befbf

no message

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