| | |
| | | <van-col span="12" |
| | | ><span class="title">{{ $t("总资产") }}</span></van-col |
| | | > |
| | | <van-col |
| | | span="12" |
| | | class="right" |
| | | @click="goRouter('/exchange/exchangeHistory')" |
| | | > |
| | | <img :src="require('@/assets/3x/names8.png')" class="w-33" /> |
| | | <van-col span="12" class="right"> |
| | | <!-- @click="goRouter('/exchange/exchangeHistory')" --> |
| | | <!-- <img :src="require('@/assets/3x/names8.png')" class="w-33" /> --> |
| | | </van-col> |
| | | <div class="pt">{{ $t("总资产估值") }}</div> |
| | | <div class="pt">{{ assetsFunds.total }}</div> |
| | | <div class="pt"> |
| | | ≈ {{ currency.currency_symbol |
| | | }}{{ |
| | | ≈ {{ currency.currency_symbol }} |
| | | {{ |
| | | assetsFunds.total |
| | | ? (assetsFunds.total * currency.rate).toFixed(2) |
| | | : " --" |
| | |
| | | { |
| | | id: 1, |
| | | text: this.$t("充币"), |
| | | route: "/recharge/rechargePage?symbol=usdt", |
| | | // route: "/recharge/rechargePage?symbol=usdt", |
| | | route: "/recharge/rechargeList", |
| | | }, |
| | | { |
| | | id: 2, |