Skip to content

Commit 889aff3

Browse files
committed
朋友圈 - 标题
1 parent 7308e33 commit 889aff3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Coding_iOS/Views/CodingShareView.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ -(void)didSelectSocialPlatform:(NSString *)platformName withSocialData:(UMSocial
430430
socialData.extConfig.wechatSessionData = wechatSessionData;
431431
}else if ([platformName isEqualToString:@"wxtimeline"]){
432432
UMSocialWechatTimelineData *wechatTimelineData = [UMSocialWechatTimelineData new];
433+
wechatTimelineData.shareText = [NSString stringWithFormat:@"%@%@", [self p_shareTitle], [self p_shareText]];
433434
wechatTimelineData.url = [self p_shareLinkStr];
434435
wechatTimelineData.wxMessageType = UMSocialWXMessageTypeWeb;
435436
socialData.extConfig.wechatTimelineData = wechatTimelineData;

0 commit comments

Comments
 (0)