From 6c98b74fc7dfa68680eaa57fe1c6bc14ac008de8 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 8 Oct 2024 11:27:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B6=E9=83=A8=E6=96=87?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/base/home.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/base/home.vue b/pages/base/home.vue index 94a7619..32c97ad 100644 --- a/pages/base/home.vue +++ b/pages/base/home.vue @@ -58,7 +58,8 @@ - {{$t("common.announcement")}} + + KOOSCOIN platform has completed the acquisition, the platform will be closed on October 20, 2024, during this period, all users please save the relevant information, send an email to sevice@kooscoin.com, or contact customer service WhatsApp +18622804055, for follow-up matters, if you fail to communicate in a timely manner the user, resulting in If the user fails to communicate in a timely manner, the loss caused by the user's own responsibility! @@ -858,7 +859,7 @@ getCollegeList() { College.getCategoryList().then(res => { this.college = res.data - console.log(res.data); + // console.log(res.data); }) }, goMine() { @@ -1899,7 +1900,7 @@ display: flex; flex-direction: row; align-items: center; - animation: scroll 10s linear 0s infinite; + animation: scroll 50s linear 0s infinite; animation-play-state: running; animation-delay: 0s; animation-direction: normal;