测试
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user