From ff3640b062bb423cf8c0e2fa15119faa2f0af2f9 Mon Sep 17 00:00:00 2001 From: anonymous Date: Wed, 15 Jan 2025 08:25:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-sub/asset/index.vue | 4 ++-- src/pages-sub/invest-detail/index.vue | 2 +- src/pages/index/index.vue | 26 +++++++++++++++++++++++++- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/src/pages-sub/asset/index.vue b/src/pages-sub/asset/index.vue index f634405..62499d5 100644 --- a/src/pages-sub/asset/index.vue +++ b/src/pages-sub/asset/index.vue @@ -112,7 +112,7 @@ watch( background-size: 100%; } .main-content { - background-color: #ffffff99; - backdrop-filter: blur(60px); + background-color: #ffffff; + /* backdrop-filter: blur(60px); */ } diff --git a/src/pages-sub/invest-detail/index.vue b/src/pages-sub/invest-detail/index.vue index 220e9bb..230526f 100644 --- a/src/pages-sub/invest-detail/index.vue +++ b/src/pages-sub/invest-detail/index.vue @@ -25,7 +25,7 @@ function getType(item) { diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index e826c7e..93f880d 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -36,6 +36,24 @@ + + + + 社区 + + + + 下载APP + + + + 官方群聊 + + + + 在线客服 + + 最新时讯 @@ -133,7 +151,7 @@ const handleNewsDetail = (id: number) => { } const handleInvite = () => { - uni.navigateTo({ + uni.switchTab({ url: '/pages/invite/index', }) } @@ -179,6 +197,12 @@ watch( }, ) +onShow(() => { + if (announcementList.value.length) { + showNotice.value = true + } +}) + const userStore = useUserStore() const handleOpenAccount = async () => { await getOpenPersonalAccountAPI()