发送红包接口有问题,添加群恢复
This commit is contained in:
@@ -288,14 +288,15 @@
|
||||
if (!conversation) {
|
||||
return
|
||||
}
|
||||
|
||||
// return when currentConversationID.value is the same as conversation.conversationID.
|
||||
if (currentConversationID.value === conversation?.conversationID) {
|
||||
return
|
||||
}
|
||||
|
||||
isGroup.value = false
|
||||
let conversationType = TUIChatEngine.TYPES.CONV_C2C
|
||||
const conversationID = conversation.conversationID
|
||||
|
||||
if (conversationID.startsWith(TUIChatEngine.TYPES.CONV_GROUP)) {
|
||||
conversationType = TUIChatEngine.TYPES.CONV_GROUP
|
||||
isGroup.value = true
|
||||
@@ -304,7 +305,6 @@
|
||||
''
|
||||
)
|
||||
}
|
||||
|
||||
headerExtensionList.value = []
|
||||
isMultipleSelectMode.value = false
|
||||
// Initialize chatType
|
||||
@@ -350,6 +350,4 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss" src="./style/index.scss">
|
||||
|
||||
</style>
|
||||
<style scoped lang="scss" src="./style/index.scss"></style>
|
||||
|
||||
Reference in New Issue
Block a user