From 37622160c7c75c2eb249445af1a7134680fbfc95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=9A=E7=8E=89=E5=B8=86?= Date: Thu, 15 Feb 2024 23:20:48 +0800 Subject: [PATCH] update --- src/views/list/sat/index.vue | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/views/list/sat/index.vue b/src/views/list/sat/index.vue index eec7b9a..6db147c 100644 --- a/src/views/list/sat/index.vue +++ b/src/views/list/sat/index.vue @@ -5,10 +5,10 @@ - + {{ state.dt }} - +
{{ item[0] + " - " + item[1] }} - +
", sat: '', satData: [], @@ -159,10 +159,6 @@ onUnmounted(()=>{ }catch{} }) -const showHide = () => { - state.showh += 1; -} - const writeTime = async () => { if (appStore.connectState != true) { alert('请先连接手台!'); return; }; setLoading(true)