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 }} - - - - 加载中... - - - 没有更多评论了 - - - 暂无评论,快来发表第一条评论吧 - - - + + + 加载中... + + + 没有更多评论了 + + + 暂无评论,快来发表第一条评论吧 + + + + +