From c91466a023fbc3723960428af129ac03c27fd5bf Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Fri, 21 Feb 2025 14:38:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(stock):=E4=BF=AE=E5=A4=8DAI=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E6=A3=80=E6=B5=8B=E8=82=A1=E7=A5=A8=E6=97=B6=E4=BF=9D?= =?UTF-8?q?=E7=95=99=E9=97=AE=E9=A2=98=E6=96=87=E6=9C=AC=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 aiReCheckStock函数中添加了清空 question 字段的逻辑 - 确保在重新检测股票时,不会保留上一次的问题文本 --- frontend/src/components/stock.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/stock.vue b/frontend/src/components/stock.vue index 6361d18..e2f0f1e 100644 --- a/frontend/src/components/stock.vue +++ b/frontend/src/components/stock.vue @@ -538,7 +538,6 @@ function aiReCheckStock(stock,stockCode) { NewChatStream(stock,stockCode,data.question) } - function aiCheckStock(stock,stockCode){ GetAIResponseResult(stockCode).then(result => { if(result.content){