我的家庭

This commit is contained in:
liuye
2023-07-19 09:18:19 +08:00
parent ab4e0e512c
commit 16c9d7c021
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
</div>
<div class="item" v-for="(item, index) in list" :key="index" v-if="user.openId != item.openId">
<div class="item-left">
<img :src="item.avatarUrl" alt="">
<img :src="item.avatarUrl" alt="" v-if="item.avatarUrl">
<img src="https://cdn.cunwuyun.cn/dvcp/myFamily/tx.png" alt="" v-else>
<div class="user-info">
<h3>{{item.nickName}}</h3>
<p>{{item.girdName || ''}}</p>