diff --git a/views/topic/index.html b/views/topic/index.html
index 0eb3411..daf41b1 100644
--- a/views/topic/index.html
+++ b/views/topic/index.html
@@ -419,7 +419,7 @@
texts = texts.slice(-3);
- $repliesHistory.append('之前三条回复');
+ $repliesHistory.append('@' + loginname + ' 之前的三条回复');
texts.forEach(function (text, idx) {
$repliesHistory.append('
' + idx + '. ' + text);
});