From ddd6c53c29fc85d419e80e359f586619199a2579 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 19 Dec 2025 11:21:34 +0800
Subject: [PATCH] 1
---
src/views/homePage/index.vue | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue
index b5bd2eb..612894e 100644
--- a/src/views/homePage/index.vue
+++ b/src/views/homePage/index.vue
@@ -220,8 +220,6 @@
const router = useRouter()
const store = useStore();
const showMoney = ref(true)
-const myAssets = ref({})
-const myAssetsz = ref({})
const todayMoney = ref({
money_contract_profit_today: 0
@@ -231,9 +229,6 @@
function getAllAssets() {
_getContractBySymbolType().then(data => {
todayMoney.value = data
- })
- _getassets().then(res => {
- myAssets.value = res
})
}
// 轮询获取资产信息
--
Gitblit v1.9.3