From bedeaad1f2ff01e4dbb5487ced9577447b163b12 Mon Sep 17 00:00:00 2001 From: spark Date: Fri, 20 Dec 2024 14:37:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8C=89=E9=92=AE=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/stock.vue | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/stock.vue b/frontend/src/components/stock.vue index f7a7522..6fb1fff 100644 --- a/frontend/src/components/stock.vue +++ b/frontend/src/components/stock.vue @@ -64,7 +64,7 @@ onMounted(() => { if(isTradingTime()){ monitor() } - }, 1000) + }, 1500) }) @@ -126,7 +126,7 @@ function getStockList(){ }) } -function monitor() { +async function monitor() { for (let code of stocks.value) { // console.log(code) Greet(code).then(result => { @@ -227,7 +227,7 @@ function fullscreen(){ + + + + + 添加    + {{data.fullscreen?'退出全屏':'全屏'}} + + + - - 添加 - {{data.fullscreen?'退出全屏':'全屏'}} -