Browse Source

版本升级:v_3.5.0

master
xsx 11 months ago
parent
commit
9eefc838eb
  1. 9
      im-uniapp/components/chat-item/chat-item.vue
  2. 1
      im-web/src/view/Group.vue

9
im-uniapp/components/chat-item/chat-item.vue

@ -9,7 +9,6 @@
<view class="chat-name">
<view class="chat-name-text">
<view>{{ chat.showName }}</view>
<uni-tag v-if="chat.type == 'GROUP'" circle text="群" size="small" type="primary"></uni-tag>
</view>
<view class="chat-time">{{ $date.toTimeText(chat.lastSendTime, true) }}</view>
</view>
@ -138,14 +137,6 @@ export default {
overflow: hidden;
display: flex;
align-items: center;
.uni-tag {
text-align: center;
margin-left: 5rpx;
border: 0;
padding: 1px 5px;
//opacity: 0.8;
}
}
.chat-time {

1
im-web/src/view/Group.vue

@ -161,6 +161,7 @@ export default {
// store
this.activeGroup = JSON.parse(JSON.stringify(group));
//
this.groupMembers = [];
this.loadGroupMembers();
},
onInvite() {

Loading…
Cancel
Save