我的家庭
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user