@@ -276,7 +276,7 @@ - (void)p_doShareToSnsName:(NSString *)snsName{
276
276
[self willTranspondMessage: curMsg];
277
277
}else if ([snsName isEqualToString: @" sina" ]){
278
278
NSString *shareTitle, *shareText, *shareTail;
279
- shareTitle = [NSString stringWithFormat: @" 【 %@ 】 " , [self p_shareTitle ]];
279
+ shareTitle = [NSString stringWithFormat: @" 「 %@ 」 " , [self p_shareTitle ]];
280
280
shareText = [self p_shareText ];
281
281
shareTail = [NSString stringWithFormat: @" %@ (分享自@Coding)" , [self p_shareLinkStr ]];
282
282
NSInteger maxShareLength = 140 ;
@@ -434,7 +434,7 @@ -(void)didSelectSocialPlatform:(NSString *)platformName withSocialData:(UMSocial
434
434
socialData.extConfig .wechatSessionData = wechatSessionData;
435
435
}else if ([platformName isEqualToString: @" wxtimeline" ]){
436
436
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 ]];
438
438
wechatTimelineData.url = [self p_shareLinkStr ];
439
439
wechatTimelineData.wxMessageType = UMSocialWXMessageTypeWeb;
440
440
socialData.extConfig .wechatTimelineData = wechatTimelineData;
0 commit comments