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 }}