From 6ab4879968b74a34220ad86eeb427776c19df3b2 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 10 Aug 2025 12:46:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=B8=96=E5=AD=90?= =?UTF-8?q?=E8=AF=84=E8=AE=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/posts/[id]/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend_nuxt/pages/posts/[id]/index.vue b/frontend_nuxt/pages/posts/[id]/index.vue index 8d045ea04..d5e34032f 100644 --- a/frontend_nuxt/pages/posts/[id]/index.vue +++ b/frontend_nuxt/pages/posts/[id]/index.vue @@ -80,7 +80,7 @@ + :show-login-overlay="!loggedIn" :parent-user-name="author.username" />
@@ -390,7 +390,7 @@ export default { } } - const postComment = async (text, clear) => { + const postComment = async (parentUserName, text, clear) => { if (!text.trim()) return console.debug('Posting comment', { postId, text }) isWaitingPostingComment.value = true