fix: 用户名称显示

This commit is contained in:
anonymous
2025-01-02 16:31:42 +08:00
parent 77316fd1ff
commit 0a3c768629
+1 -1
View File
@@ -50,7 +50,7 @@
<Avatar class="w-40 h-40" :src="item.member_portrait" />
<view class="flex-1 flex flex-col ml-15">
<view class="text-14 text-#333">{{ item.nickname }}</view>
<view class="text-12 mt-10 text-#999">{{ item.member_username }}</view>
<view class="text-12 mt-10 text-#999">{{ item.username }}</view>
<view class="text-12 mt-10 text-#999">{{ item.create_time }}</view>
</view>
<view class="bg-#71C78A80 text-white text-12 rounded-10 px-10 py-5">邀请成功</view>