test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user