mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
feat: 添加登录类型条件渲染
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
<div class="page">
|
||||
<div class="user-name">
|
||||
<span>{{ user.nickname }}</span>
|
||||
<span class="login-type">{{ t('login.title.' + currentLoginType) }}</span>
|
||||
<span v-if="currentLoginType" class="login-type">{{
|
||||
t('login.title.' + currentLoginType)
|
||||
}}</span>
|
||||
</div>
|
||||
<div class="user-info">
|
||||
<n-avatar round :size="50" :src="getImgUrl(user.avatarUrl, '50y50')" />
|
||||
|
||||
Reference in New Issue
Block a user