| | |
| | | </div> |
| | | <div class="font-700 font-66 mt-18 textColor" v-if="!eyetel"> |
| | | {{ funds.money_all_coin || '--' }} |
| | | <span class="font-40 text-grey">≈{{ currency.currency_symbol |
| | | }}{{ |
| | | funds.money_all_coin |
| | | ? Number(funds.money_all_coin * currency.rate).toFixed(2) |
| | | : ' --' |
| | | }}</span> |
| | | |
| | | </div> |
| | | <div class="font-70 font-66 mt-18 textColor" v-else>********</div> |
| | | </div> |
| | | <div class="pl-33 pr-33 btn-box flex justify-between"> |
| | | <div class="text-white font-25 textColor tabBackground" @click="goRouter('/cryptos/recharge/rechargeList')"> |
| | | <div class="word-wrap"> |
| | | <img :src="handImg(`../../../assets/theme/${THEME}/image/assets/up.png`)" alt="" /> |
| | | <span> {{ $t('充币') }}</span> |
| | | <img :src="handImg(`../../../assets/theme/white/image/assets/up.png`)" alt="" /> |
| | | <span style="color: #000;"> {{ $t('充币') }}</span> |
| | | </div> |
| | | </div> |
| | | <div class="text-white font-25 textColor tabBackground" @click="withdrawBtn"> |
| | | <div class="word-wrap"> |
| | | <img :src="handImg(`../../../assets/theme/${THEME}/image/assets/down.png`)" alt="" /> |
| | | <span>{{ $t('提币') }}</span> |
| | | <img :src="handImg(`../../../assets/theme/white/image/assets/down.png`)" alt="" /> |
| | | <span style="color: #000;">{{ $t('提币') }}</span> |
| | | </div> |
| | | </div> |
| | | <div class="text-white font-25 textColor tabBackground" @click="goRouter('/cryptos/exchangePage')"> |
| | | <div class="word-wrap"> |
| | | <img :src="handImg(`../../../assets/theme/${THEME}/image/assets/l_r.png`)" alt="" /> |
| | | <span>{{ $t('闪兑') }}</span> |
| | | <img :src="handImg(`../../../assets/theme/white/image/assets/l_r.png`)" alt="" /> |
| | | <span style="color: #000;">{{ $t('闪兑') }}</span> |
| | | </div> |
| | | </div> |
| | | </div> |