加群需要添加API

This commit is contained in:
cbb
2026-01-06 17:54:57 +08:00
parent 578eafafa1
commit 95b46d5cf4
7 changed files with 442 additions and 328 deletions

View File

@@ -246,7 +246,6 @@
currentContactListKey.value = key
TUIStore.update(StoreName.CUSTOM, 'currentContactListKey', key)
console.log(111)
if (key === 'friendApplicationList') {
TUIFriendService.setFriendApplicationRead()
}
@@ -456,3 +455,14 @@
</script>
<style lang="scss" scoped src="./style/index.scss"></style>
<style lang="scss" scoped>
uni-page-body,
html,
body,
page {
width: 100% !important;
height: 100% !important;
overflow: hidden;
}
</style>