mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
refactor(frontend): 优化AI股票分析用户体验
- 在股票检测过程中添加 loading 状态
This commit is contained in:
parent
0bfa50e2b6
commit
f6297d224c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user