优化UI,修复群BUG

This commit is contained in:
cbb
2026-01-24 16:49:47 +08:00
parent c508b1fcb4
commit a55a1593bb
11 changed files with 555 additions and 445 deletions

View File

@@ -48,6 +48,7 @@
TUIStore.watch(StoreName.GRP, {
isShowCreateComponent: (data: any) => {
console.log(data, '=============1111')
if (data) {
isShowCreateGroup.value = true
title.value = TUITranslateService.t('TUIConversation.发起群聊')
@@ -56,6 +57,7 @@
}
},
isShowManageComponent: (data: any) => {
console.log(data, '=============2222')
if (data) {
isShowManageGroup.value = true
title.value = TUITranslateService.t('TUIGroup.群管理')
@@ -87,6 +89,9 @@
}
</script>
<style lang="scss" scoped>
page {
background: #f4f4f4;
}
.tui-group {
width: 100%;
height: 100%;