From aff7cfccc07769aa0d05382a39258ae4e52423a0 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Thu, 3 Jul 2025 22:02:32 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3921=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BA=97=E4=B8=BB=E8=B5=84?= =?UTF-8?q?=E8=AE=AF=E8=A2=AB=E8=AF=84=E8=AE=BA=E6=97=B6=E6=9C=AA=E6=94=B6?= =?UTF-8?q?=E5=88=B0=E4=BA=92=E5=8A=A8=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_common/views/message.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg_common/views/message.vue b/pkg_common/views/message.vue index e3e1560..de7199f 100644 --- a/pkg_common/views/message.vue +++ b/pkg_common/views/message.vue @@ -14,9 +14,9 @@ - {{ '回复了你的评论 ' + timeFormat(comment.senderTime) }} + {{ (comment.isRootReply ? ' 评论了你的资讯内容 ' : '回复了你的评论 ') + timeFormat(comment.senderTime) }} - {{ ' 回复 ' + comment.at.atNickName }} + {{ ' 回复 ' + comment.at.atNickName }} @@ -28,7 +28,7 @@ - + {{ comment.parentReply }}