Commit bc74da451f2014b758fab16db1688fc528288828

Authored by zhangxiaowen
1 parent 6ca80192

no message

CNLiveScioLive/Pages/Live/Controller/GraphicLiveViewController.m
@@ -191,7 +191,7 @@ @@ -191,7 +191,7 @@
191 } 191 }
192 192
193 - (void)shareButton:(UIButton *)btn{ 193 - (void)shareButton:(UIButton *)btn{
194 - NSString *text = [NSString stringWithFormat:@"%@",_dictionary[@"subTitle"]]; 194 + NSString *text = [NSString stringWithFormat:@"%@",_dictionary[@"Description"]];
195 if ([text isEqualToString:@"<null>"]) { 195 if ([text isEqualToString:@"<null>"]) {
196 text = _dictionary[@"title"]; 196 text = _dictionary[@"title"];
197 } 197 }