From e6a8d462221e7fe8ad749a138d12b0779da99329 Mon Sep 17 00:00:00 2001 From: augushong Date: Sun, 9 Feb 2025 16:21:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=90=8E=E8=B4=A6=E5=8F=B7=E5=B1=95=E7=A4=BA=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/index/common/_right.html | 2 +- view/index/post/read.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/index/common/_right.html b/view/index/common/_right.html index 46805d6..2ee33f8 100644 --- a/view/index/common/_right.html +++ b/view/index/common/_right.html @@ -44,7 +44,7 @@ {empty name='Request.session.user_uid'} 点击登录 {else /} - {$user_info.nickname|default=$user_info.account} + {$user_info.nickname|default=$user_info.username} 退出 {/empty} diff --git a/view/index/post/read.html b/view/index/post/read.html index 7b09f1d..539bb79 100644 --- a/view/index/post/read.html +++ b/view/index/post/read.html @@ -212,7 +212,7 @@ {empty name='Request.session.user_uid'} 点击登录 {else /} - {$user_info.nickname|default=$user_info.account} + {$user_info.nickname|default=$user_info.username} 退出 {/empty}