This commit is contained in:
2025-06-13 20:46:10 +08:00
parent a3e6a6d8b8
commit 898b816655
52 changed files with 2250 additions and 3785 deletions
@@ -251,7 +251,7 @@ module.exports = {
code: 200,
data: {
commentList: commentList // 直接返回无需构建树形结构[8](@ref)
commentList: commentList
}
};
@@ -730,7 +730,7 @@ module.exports = {
content: comment.content,
createTime: comment.create_time,
ip_location: comment.ip_location,
// 新增子评论计数字段[4](@ref)
replyCount: comment.reply_count || 0,
children: [],
hasShowMore: false