diff --git a/frontend/src/components/game/GameComments.vue b/frontend/src/components/game/GameComments.vue index 4a40cc0..eda406b 100644 --- a/frontend/src/components/game/GameComments.vue +++ b/frontend/src/components/game/GameComments.vue @@ -71,7 +71,7 @@ function formatDate(dateStr: string) {
- 欢迎回来, {{ userStore.user?.username || '玩家' }} + 欢迎回来, {{ userStore.user?.name || userStore.user?.username || '玩家' }}