Browse Source

修复夺宝奇兵点击记录页面跳转情绪大模型的问题;

master
宋杰 3 days ago
parent
commit
b06846099d
  1. 6
      src/views/homePage.vue

6
src/views/homePage.vue

@ -270,9 +270,9 @@ const handleHistorySelect = (stockData) => {
console.log('接收到历史记录数据:', stockData);
// AiEmotionAiEmotion
if (activeTab.value !== 'AiEmotion') {
setActiveTab('AiEmotion', 1);
}
// if (activeTab.value !== 'AiEmotion') {
// setActiveTab('AiEmotion', 1);
// }
// addStock
nextTick(() => {

Loading…
Cancel
Save