优化UI,修复群BUG
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user