| src/views/homePage/index.vue | ●●●●● 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 }) } // 轮询获取资产信息