fix: 用户名称显示
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user