feat(支付页): 金币代理添加身份标签
This commit is contained in:
parent
48ad96e114
commit
2d4fdb3c75
BIN
src/assets/icon/sellerTab.png
Normal file
BIN
src/assets/icon/sellerTab.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user