李昊 4 年之前
父节点
当前提交
dbff4c3c33
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gx_api/GxPress/Service/GxPress.Service.Implement/Reply/ReplyService.Praise.cs

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