| | |
| | | </div> |
| | | <div class="font-bold text-66 mt-4 textColor" v-if="!eyetel"> |
| | | {{ funds.total || "--" }} |
| | | <span class="text-40 text-grey">≈{{ currency.currency_symbol }} |
| | | {{ funds.total ? Number(funds.total * currency.rate).toFixed(2) : " --" }}</span> |
| | | <span class="text-40 text-grey">≈{{ currency.currency_symbol |
| | | }}{{ |
| | | funds.total |
| | | ? Number(funds.total * currency.rate).toFixed(2) |
| | | : " --" |
| | | }}</span> |
| | | </div> |
| | | <div class="text-6xl mt-4 textColor" v-else>********</div> |
| | | </div> |
| | |
| | | <div class="flex justify-between"> |
| | | <div class="flex items-center"> |
| | | <img :src="item.symbol |
| | | ? `https://huobicfg.s3.amazonaws.com/currency_icon/${item.symbol}.png` |
| | | ? `${HOST_URL}/symbol/${item.symbol.toLowerCase()}.png` |
| | | : handleImage('../../../assets/loading-default.png') |
| | | " class="w-16 h-16 rounded-full" /> |
| | | <div class="text-grey symbol-name text-30 textColor2"> |
| | |
| | | {{ item.volume ? Number(item.volume).toFixed(8) : "0.0" }} |
| | | </div> |
| | | <div class="text-grey text-30 mb-0"> |
| | | <!-- ≈{{ currency.currency_symbol }} --> |
| | | ≈ $ {{ item.usdt ? Number(item.usdt).toFixed(2) : "0.0" }} |
| | | ≈{{ currency.currency_symbol }} |
| | | {{ item.usdt ? Number(item.usdt).toFixed(2) : "0.0" }} |
| | | </div> |
| | | </div> |
| | | <div class="flex-col text-30 text-right" v-else> |