修复已知问题
This commit is contained in:
@@ -233,7 +233,7 @@
|
||||
'TUIGroup.群ID'
|
||||
)}(${TUITranslateService.t('TUIGroup.选填')})`,
|
||||
key: 'groupID',
|
||||
placeholder: TUITranslateService.t('TUIGroup.请输入群ID')
|
||||
placeholder: '搜索加入群使用'
|
||||
}
|
||||
return groupInfo.profile.type === TUIChatEngine.TYPES.GRP_COMMUNITY
|
||||
? [groupNameInput]
|
||||
@@ -352,7 +352,7 @@
|
||||
break
|
||||
case 'groupID':
|
||||
groupInfo.groupConfig.title = '设置群ID'
|
||||
groupInfo.groupConfig.placeholder = '请输入群ID'
|
||||
groupInfo.groupConfig.placeholder = '搜索加入群使用'
|
||||
groupInfo.groupConfig.type = 'input'
|
||||
break
|
||||
case 'type':
|
||||
|
||||
Reference in New Issue
Block a user