|
@@ -124,7 +124,7 @@ namespace GxPress.Service.Implement.Reply
|
|
|
foreach (var item in result)
|
|
|
{
|
|
|
item.AvatarUrl = StringUtils.AddDomainMin(item.AvatarUrl);
|
|
|
- item.CommentContent = "点赞了你的" + ((AllTypeConst)item.TypeValue).GetDescriptionOriginal();
|
|
|
+ item.CommentContent = "点赞了你的评论";
|
|
|
item.Title = item.Content;
|
|
|
item.IsComment = true;
|
|
|
item.Remark = ((AllTypeConst)item.TypeValue).GetDescriptionOriginal();
|