From 21d86f4f910deb227ec1f21844b44e6718bc4cbb Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 14 Mar 2023 09:06:46 +0800 Subject: [PATCH] nickName --- src/mods/extra/AppMine/userInfo.vue | 2 +- src/project/huizhili/AppMine/userInfo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mods/extra/AppMine/userInfo.vue b/src/mods/extra/AppMine/userInfo.vue index dbe5f21..79ebe2a 100644 --- a/src/mods/extra/AppMine/userInfo.vue +++ b/src/mods/extra/AppMine/userInfo.vue @@ -12,7 +12,7 @@

用户昵称

-

{{ user.nickName || '' }}

+

{{ user.nickName }}

diff --git a/src/project/huizhili/AppMine/userInfo.vue b/src/project/huizhili/AppMine/userInfo.vue index d378f64..de7f8c0 100644 --- a/src/project/huizhili/AppMine/userInfo.vue +++ b/src/project/huizhili/AppMine/userInfo.vue @@ -12,7 +12,7 @@

用户昵称

-

{{ user.nickName || ''}}

+

{{ user.nickName }}