This commit is contained in:
wanglei
2021-12-03 17:15:34 +08:00
parent 64dcada48f
commit 9d0d020072
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<div class="body">
<div class="item" v-for="(item,index) in (current==0 ? list.read : list.unRead)" :key="index">
<u-avatar :src="item.avatar" mode="square" size="76"></u-avatar>
<span class="name">{{item.name}}</span>
<AiOpenData type="userName" :openid="item.id"></AiOpenData>
</div>
</div>
<AiBack/>