This commit is contained in:
bobobobo
2026-02-01 15:19:53 +08:00
parent 3060d8386c
commit 69bb850559
4 changed files with 16 additions and 2 deletions

View File

@@ -238,7 +238,7 @@
}
return groupInfo.profile.type === TUIChatEngine.TYPES.GRP_COMMUNITY
? [groupNameInput]
: [groupNameInput, groupIDInput]
: [groupNameInput]
})
const submitDisabledStatus = computed(() => {
@@ -307,6 +307,7 @@
}
const res = await TUIGroupService.createGroup({
...options,
groupID: '',
avatar: groupAvatar.value
})
const { type } = res.data.group