From 710bca3486b96f9796c323e58a589ceb083c400f Mon Sep 17 00:00:00 2001 From: liwenhao <1273011930@qq.com> Date: Tue, 3 Jun 2025 11:01:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=97=BB=E4=BA=8B=E4=BB=B6=E5=80=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/myHome/size1440/index.vue | 8 ++++---- src/views/myHome/size1920/index.vue | 8 ++++---- src/views/myHome/size375/index.vue | 8 ++++---- src/views/myHome/size768/index.vue | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/views/myHome/size1440/index.vue b/src/views/myHome/size1440/index.vue index 9dc67d8..4c66335 100644 --- a/src/views/myHome/size1440/index.vue +++ b/src/views/myHome/size1440/index.vue @@ -215,13 +215,13 @@ const isInView = ref(false); let observer = null; const newList = ref([ { - time: "May 30, 2025", - title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", + time: "2 June, 2025", + title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", router: "/news", }, { - time: "2 June, 2025", - title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", + time: "May 30, 2025", + title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", router: "/news", }, ]); diff --git a/src/views/myHome/size1920/index.vue b/src/views/myHome/size1920/index.vue index 8fc6b2e..7f3cbb2 100644 --- a/src/views/myHome/size1920/index.vue +++ b/src/views/myHome/size1920/index.vue @@ -201,13 +201,13 @@ const sampleDate = ref(formatted); const newList = ref([ { - time: "May 30, 2025", - title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", + time: "2 June, 2025", + title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", router: "/news", }, { - time: "2 June, 2025", - title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", + time: "May 30, 2025", + title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", router: "/news", }, ]); diff --git a/src/views/myHome/size375/index.vue b/src/views/myHome/size375/index.vue index 7e0aa2b..4803996 100644 --- a/src/views/myHome/size375/index.vue +++ b/src/views/myHome/size375/index.vue @@ -213,13 +213,13 @@ const isInView = ref(false); let observer = null; const newList = ref([ { - time: "May 30, 2025", - title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", + time: "2 June, 2025", + title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", router: "/news", }, { - time: "2 June, 2025", - title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", + time: "May 30, 2025", + title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", router: "/news", }, ]); diff --git a/src/views/myHome/size768/index.vue b/src/views/myHome/size768/index.vue index 6734da2..6ff30b7 100644 --- a/src/views/myHome/size768/index.vue +++ b/src/views/myHome/size768/index.vue @@ -241,13 +241,13 @@ onMounted(() => { }); const newList = ref([ { - time: "May 30, 2025", - title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", + time: "2 June, 2025", + title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", router: "/news", }, { - time: "2 June, 2025", - title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", + time: "May 30, 2025", + title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", router: "/news", }, ]);