From ca36ea5a26279dabe0ad99870eaba3a1ac0f78b6 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sat, 18 Oct 2025 18:00:25 +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