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()