refactor(frontend): 优化AI股票分析用户体验

- 在股票检测过程中添加 loading 状态
This commit is contained in:
spark 2025-01-31 16:26:36 +08:00
parent 0bfa50e2b6
commit f6297d224c

View File

@ -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,