nvue直播间需要调整分享样式
This commit is contained in:
@@ -134,6 +134,7 @@
|
||||
FriendApplication
|
||||
} from '@tencentcloud/chat-uikit-engine-lite'
|
||||
import { navigateTo } from '../../../../utils/router'
|
||||
import { setGroupList } from '../../../../utils/storage'
|
||||
|
||||
const currentContactListKey = ref<keyof IContactList>('')
|
||||
const currentContactInfo = ref<IContactInfoType>({} as IContactInfoType)
|
||||
@@ -358,6 +359,9 @@
|
||||
}
|
||||
|
||||
function onGroupListUpdated(groupList: IGroupModel[]) {
|
||||
// #ifdef APP-PLUS
|
||||
setGroupList(groupList)
|
||||
// #endif
|
||||
updateContactListMap('groupList', groupList)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user