commit | 2f98704f0c09188c83fa2feea54f610124fe7106 | [log] [tgz] |
---|---|---|
author | 阳菜,放晴! <18234077228@163.com> | Sun Jun 08 14:54:50 2025 +0800 |
committer | 阳菜,放晴! <18234077228@163.com> | Sun Jun 08 14:54:50 2025 +0800 |
tree | ff812c8a03281d3ae78c0969a2e950c5c5e04f01 | |
parent | 30e245f6bf84f53f7e6d71957b240dd0aa0b6023 [diff] [blame] |
宠物部分 Change-Id: I57d26086523c2588778f55873c36c58a2597d6fc
diff --git a/src/views/postDetail/postDetail.tsx b/src/views/postDetail/postDetail.tsx index d6029a8..202907b 100644 --- a/src/views/postDetail/postDetail.tsx +++ b/src/views/postDetail/postDetail.tsx
@@ -65,6 +65,8 @@ const commentsRes = await getPostCommentsRefresh(); setComments(commentsRes as CommentResponse[]); setLoading(false); + console.log("postRes:", postRes); + console.log("commentsRes:", commentsRes); }; fetchData(); }, [postId]);