diff --git a/uniapp/src/pages/my_comments/my_comments.vue b/uniapp/src/pages/my_comments/my_comments.vue index 3f60ccdc..62cf6e8c 100644 --- a/uniapp/src/pages/my_comments/my_comments.vue +++ b/uniapp/src/pages/my_comments/my_comments.vue @@ -20,7 +20,7 @@ - 回复 {{ item.reply_to.user?.nickname || '该用户' }}: + 回复 {{ formatNickname(item.reply_to.user?.nickname || '该用户') }}: {{ item.reply_to.content }}