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 }}