添加加载,优化气泡弹窗

This commit is contained in:
2026-07-25 18:10:16 +08:00
parent 48452cec2e
commit f240176563
4 changed files with 194 additions and 66 deletions

View File

@@ -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')
}