From f6297d224c8ac62ea662cd4eee23fc7112549938 Mon Sep 17 00:00:00 2001 From: spark Date: Fri, 31 Jan 2025 16:26:36 +0800 Subject: [PATCH] =?UTF-8?q?refactor(frontend):=20=E4=BC=98=E5=8C=96AI?= =?UTF-8?q?=E8=82=A1=E7=A5=A8=E5=88=86=E6=9E=90=E7=94=A8=E6=88=B7=E4=BD=93?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在股票检测过程中添加 loading 状态 --- frontend/src/components/stock.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/stock.vue b/frontend/src/components/stock.vue index 9a4a111..09b13cd 100644 --- a/frontend/src/components/stock.vue +++ b/frontend/src/components/stock.vue @@ -394,6 +394,7 @@ function aiCheckStock(stock,stockCode){ data.airesult="" data.name=stock data.code=stockCode + data.loading=true modalShow4.value=true message.loading("ai检测中...",{ duration: 0,