This commit is contained in:
2024-04-20 21:58:16 +08:00
parent 5b8c7d4a2d
commit bfc04c54aa
2 changed files with 18 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
<view class='top-card-view'>
<image class='bg-image' :src='companyConfigInfo.userbgcover' />
<image class='avatar-image' :src='params.image' />
<text>{{ userInfo.name }}</text>
<text>{{ userInfo.nickName }}</text>
<text>{{ userInfo.levelName }}</text>
</view>