Browse Source

情绪大模型搜索股票时记录实时更新;

dev
宋杰 3 days ago
parent
commit
f1da05ac3d
  1. 8
      src/views/AiEmotion.vue

8
src/views/AiEmotion.vue

@ -1905,6 +1905,14 @@ async function handleSendMessage(input, onComplete) {
console.error('更新用户次数失败:', error); console.error('更新用户次数失败:', error);
} }
//
try {
chatStore.searchRecord = true;
console.log('getConclusionAPI成功后,已触发历史记录更新');
} catch (error) {
console.error('触发历史记录更新失败:', error);
}
// //
nextTick(() => { nextTick(() => {

Loading…
Cancel
Save