We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7308e33 commit 889aff3Copy full SHA for 889aff3
1 file changed
Coding_iOS/Views/CodingShareView.m
@@ -430,6 +430,7 @@ -(void)didSelectSocialPlatform:(NSString *)platformName withSocialData:(UMSocial
430
socialData.extConfig.wechatSessionData = wechatSessionData;
431
}else if ([platformName isEqualToString:@"wxtimeline"]){
432
UMSocialWechatTimelineData *wechatTimelineData = [UMSocialWechatTimelineData new];
433
+ wechatTimelineData.shareText = [NSString stringWithFormat:@"【%@】%@", [self p_shareTitle], [self p_shareText]];
434
wechatTimelineData.url = [self p_shareLinkStr];
435
wechatTimelineData.wxMessageType = UMSocialWXMessageTypeWeb;
436
socialData.extConfig.wechatTimelineData = wechatTimelineData;
0 commit comments