BUG 30084

This commit is contained in:
aixianling
2022-06-08 10:59:11 +08:00
parent 5cde980b42
commit 4a92213a6d
2 changed files with 50 additions and 30 deletions

View File

@@ -16,7 +16,7 @@
<p>{{ item.girdName }}</p>
</div>
</div>
<div class="user-content user-item" v-for="(item, index) in dataInfo.girdMembers" :key="index" @click="viewUser(item.wxUserIdId)">
<div class="user-content user-item" v-for="(item, index) in dataInfo.girdMembers" :key="index" @click="viewUser(item.wxUserId)">
<div>
<!-- <image :src="item.photo" alt="" mode="aspectFill" v-if="item.photo" /> -->
<img :src="item.photo" alt="" v-if="item.photo">