添加加载,优化气泡弹窗
This commit is contained in:
@@ -163,7 +163,8 @@
|
||||
'update:showNewChatModal',
|
||||
'update:currentSessionId',
|
||||
'refresh-conversations',
|
||||
'update:chatType'
|
||||
'update:chatType',
|
||||
'select-chat'
|
||||
])
|
||||
|
||||
const UserConversations = toRef(props, 'chatList')
|
||||
@@ -262,6 +263,7 @@
|
||||
}
|
||||
uni.setStorageSync('currentSessionId', chatId)
|
||||
emit('update:currentSessionId', chatId)
|
||||
emit('select-chat')
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user