|
@@ -284,7 +284,7 @@ func List(user user.UserInfo, reportId, reportChapterId, oldReportId, oldReport
|
|
|
tmp := new(response.RespCommentItem)
|
|
|
tmp.CommentId = v.CommentId
|
|
|
tmp.UserId = v.UserId
|
|
|
- tmp.UserName = "匿名用户"+strconv.Itoa(int(v.CommentId+v.UserId))
|
|
|
+ tmp.UserName = "匿名用户"+strconv.Itoa(int(3333+v.UserId))
|
|
|
tmp.UserImgUrl = utils.DEFAULT_HONGZE_USER_LOGO
|
|
|
if info, ok := usersMap[v.UserId]; ok && v.IsShowName == 1{
|
|
|
tmp.UserName = info.NickName
|