order 7.25

This commit is contained in:
2020-07-25 17:51:01 +08:00
parent c931e87209
commit 185f5979b6
4 changed files with 40 additions and 11 deletions

View File

@@ -49,7 +49,7 @@
</view>
</view>
<view class="bottom">
<view class="left" @click="showGroupUser=true">
<view class="left" @click="showGroupUser=true" v-if="user_suc.length">
<view class="avatar">
<image v-for="(user, i) in user_suc" :src="user[0].member_avatar" :key="i"></image>
</view>