feat(代理信息设置页面): 修复账号显示问题

This commit is contained in:
hzj 2025-11-04 16:40:45 +08:00
parent 001745fa0e
commit 5f05bc4855

View File

@ -44,9 +44,7 @@
<div style="margin-bottom: 4px; font-weight: 600">
{{ userInfo.userNickname || userInfo.name }}
</div>
<div style="font-size: 0.9em; color: rgba(0, 0, 0, 0.4)">
ID: {{ userInfo.account }}
</div>
<div style="font-size: 0.9em; color: rgba(0, 0, 0, 0.4)">ID: {{ userInfo.id }}</div>
</div>
</div>
</div>