1
李凌
2025-12-23 e206b314024af232929d0fac9a0c97629f2cdaa6
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
  })
}
// 轮询获取资产信息