Skip to content

Commit f6297d2

Browse files
author
spark
committed
refactor(frontend): 优化AI股票分析用户体验
- 在股票检测过程中添加 loading 状态
1 parent 0bfa50e commit f6297d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/stock.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ function aiCheckStock(stock,stockCode){
394394
data.airesult=""
395395
data.name=stock
396396
data.code=stockCode
397+
data.loading=true
397398
modalShow4.value=true
398399
message.loading("ai检测中...",{
399400
duration: 0,

0 commit comments

Comments
 (0)