From 138b3bc47d3de6fb15fa466ddae083df6fff5beb Mon Sep 17 00:00:00 2001 From: "1054425342@qq.com" <1054425342@qq.com> Date: Thu, 25 Sep 2025 10:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/notes/detail.vue | 513 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 456 insertions(+), 57 deletions(-) diff --git a/pages/notes/detail.vue b/pages/notes/detail.vue index 1b316d5..a6c3eb6 100644 --- a/pages/notes/detail.vue +++ b/pages/notes/detail.vue @@ -89,57 +89,139 @@ >评论 ({{ noteDetail.commentCount || 0 }}) - - - - - {{ comment.nickname }} - {{ comment.formatTime }} + + + + + {{ comment.nickname }} + + {{ comment.content }} + + {{ comment.formatTime }} + 回复 + + + + + + + + + {{ reply.nickname }} + 回复 @{{ reply.toNickname }} + + {{ reply.content }} + + {{ reply.formatTime }} + 回复 + + + + + + + + + 展开更多 + + + + 展开{{ comment.commentCount }}条回复 + + + + 收起 + + + + - {{ comment.content }} - - - - 加载中... - - - 没有更多评论了 - - - 暂无评论,快来发表第一条评论吧 - - - + + + 加载中... + + + 没有更多评论了 + + + 暂无评论,快来发表第一条评论吧 + + + + +