From bfae502f5e36012330f53d1ad261c4c49b263601 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Wed, 31 Jan 2024 02:08:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(custom):=20=E4=BF=AE=E5=A4=8D=E6=BE=B3?= =?UTF-8?q?=E6=8B=BE=E8=BD=AC=E7=9B=98=E4=B8=8D=E5=87=86=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.scss | 2 +- src/pages/aoshi/index/index.vue | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app.scss b/src/app.scss index 308ed28..4d0beeb 100644 --- a/src/app.scss +++ b/src/app.scss @@ -3,7 +3,7 @@ // } body { - // line-height: 1; + line-height: 1; } .mt-15 { diff --git a/src/pages/aoshi/index/index.vue b/src/pages/aoshi/index/index.vue index def45f4..00ab079 100644 --- a/src/pages/aoshi/index/index.vue +++ b/src/pages/aoshi/index/index.vue @@ -192,7 +192,10 @@ const countdownFn = () => { if (m === 0 && s === 0) { clearInterval(timeId.value) clearInterval(time_i.value) - startRun(list.value[0].name) + getList() + setTimeout(() => { + startRun(list.value[0].name) + }, 1500) } }