From cf63e790db41fd5a690f83675eff4b88c1060384 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 1 Sep 2025 13:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E7=99=BB=E5=BD=95=E6=97=B6=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=BF=A1=E6=81=AF=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/profile/profile.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue index 5679de3..865e51b 100644 --- a/pages/profile/profile.vue +++ b/pages/profile/profile.vue @@ -12,7 +12,7 @@ mode="aspectFill" /> {{ userInfo.nickName ? userInfo.nickName.charAt(0) : '昵' }} + >{{ userInfo.nickName ? userInfo.nickName.charAt(0) : '未' }} @@ -23,7 +23,7 @@ - {{ userInfo.nickName || '昵称' }} + {{ userInfo.nickName || '未登录' }}