diff --git a/TUIKit/components/TUIGroup/create-group/index.vue b/TUIKit/components/TUIGroup/create-group/index.vue index e5a5b427..75777596 100644 --- a/TUIKit/components/TUIGroup/create-group/index.vue +++ b/TUIKit/components/TUIGroup/create-group/index.vue @@ -183,7 +183,7 @@ const groupTypeDetail = computed(() => { }); const headerTitle = computed(() => { - let name = '添加群聊'; + let name = '群设置'; if (groupInfo.isEdit) { name = groupInfo.groupConfig.title; } @@ -264,6 +264,7 @@ const submit = () => { }; const closeCreated = () => { + emit('con',1) if (groupInfo.isEdit) { return groupInfo.isEdit = !groupInfo.isEdit; } diff --git a/TUIKit/components/TUIGroup/index.vue b/TUIKit/components/TUIGroup/index.vue index fbc8396c..d6d39f15 100644 --- a/TUIKit/components/TUIGroup/index.vue +++ b/TUIKit/components/TUIGroup/index.vue @@ -1,5 +1,6 @@