消息免打扰消息同步
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<block v-if="groups.length > 0">
|
||||
<view class="title"> 群聊 </view>
|
||||
<view v-for="(item, index) in groups" :key="index" class="friend-flex" @click="toGroup(item.targetId)">
|
||||
<u-avatar size="38" shape="square" :src="item.portraitUrl !== ''?contact(item.targetId).portraitUrl :require('@/static/user/cover-s.png')" />
|
||||
<u-avatar size="36" shape="square" :src="item.portraitUrl !== ''?contact(item.targetId).portraitUrl :require('@/static/user/cover-s.png')" />
|
||||
<view class="info">
|
||||
<view class="name">{{item.name}} <span class="total">共{{item.people_count}} 成员</span></view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user