李昊 преди 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();