Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cfaad47

Browse files
分享文字内容修改
1 parent d04fb5f commit cfaad47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Coding_iOS/Views/CodingShareView.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ - (void)p_doShareToSnsName:(NSString *)snsName{
276276
[self willTranspondMessage:curMsg];
277277
}else if ([snsName isEqualToString:@"sina"]){
278278
NSString *shareTitle, *shareText, *shareTail;
279-
shareTitle = [NSString stringWithFormat:@"%@", [self p_shareTitle]];
279+
shareTitle = [NSString stringWithFormat:@"%@", [self p_shareTitle]];
280280
shareText = [self p_shareText];
281281
shareTail = [NSString stringWithFormat:@"%@(分享自@Coding)", [self p_shareLinkStr]];
282282
NSInteger maxShareLength = 140;
@@ -434,7 +434,7 @@ -(void)didSelectSocialPlatform:(NSString *)platformName withSocialData:(UMSocial
434434
socialData.extConfig.wechatSessionData = wechatSessionData;
435435
}else if ([platformName isEqualToString:@"wxtimeline"]){
436436
UMSocialWechatTimelineData *wechatTimelineData = [UMSocialWechatTimelineData new];
437-
wechatTimelineData.shareText = [NSString stringWithFormat:@"%@%@", [self p_shareTitle], [self p_shareText]];
437+
wechatTimelineData.shareText = [NSString stringWithFormat:@"%@%@", [self p_shareTitle], [self p_shareText]];
438438
wechatTimelineData.url = [self p_shareLinkStr];
439439
wechatTimelineData.wxMessageType = UMSocialWXMessageTypeWeb;
440440
socialData.extConfig.wechatTimelineData = wechatTimelineData;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /