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;