feat(支付页): 金币代理添加身份标签

This commit is contained in:
hzj 2025-09-08 09:58:59 +08:00
parent 48ad96e114
commit 2d4fdb3c75
2 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -70,7 +70,10 @@
style="width: 10%; margin: 10px; border-radius: 50%"
/>
<div style="">
<div style="font-weight: 700">{{ userProfile.userNickname }}</div>
<div style="font-weight: 700; display: flex; align-items: center">
{{ userProfile.userNickname }}
<img src="../assets/icon/sellerTab.png" alt="" style="height: 20px; margin-left: 5px" />
</div>
<div style="font-weight: 500; color: rgba(0, 0, 0, 0.4)">ID:{{ userProfile.id }}</div>
</div>
</div>