李昊 4 years ago
parent
commit
dbff4c3c33

+ 1 - 1
gx_api/GxPress/Service/GxPress.Service.Implement/Reply/ReplyService.Praise.cs

@@ -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();