1
李凌
2025-10-18 ca36ea5a26279dabe0ad99870eaba3a1ac0f78b6
1
1 files modified
5 ■■■■■ changed files
src/views/homePage/index.vue 5 ●●●●● patch | view | raw | blame | history
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
  })
}
// 轮询获取资产信息