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}