fix(管理员中心): 修复id的展示问题

This commit is contained in:
hzj 2025-09-10 14:44:21 +08:00
parent c10d3c0959
commit 90c8e2546a

View File

@ -67,7 +67,7 @@
<div style="margin-left: 8px">
<div style="font-weight: 700">{{ info.userProfile.userNickname }}</div>
<div style="font-weight: 700; color: rgba(0, 0, 0, 0.4)">
ID:{{ info.userProfile.userNickname }}
ID:{{ info.userProfile.account }}
</div>
</div>
</div>