.
This commit is contained in:
parent
a21bf8f6a1
commit
917b701663
@ -297,7 +297,7 @@ const fetchComments = async (page = 1) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(`댓글 ${comment.parentId}의 대댓글:`, replyResponse.data);
|
console.log(`대댓글:`, replyResponse.data);
|
||||||
|
|
||||||
// 대댓글이 있다면 children 배열에 추가할 수 있습니다
|
// 대댓글이 있다면 children 배열에 추가할 수 있습니다
|
||||||
if (replyResponse.data.data) {
|
if (replyResponse.data.data) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user