| | |
| | | <template> |
| | | <div id="cryptos"> |
| | | <div class="rechargePage box-border px-30 font-28"> |
| | | <assets-head :title="$t('快速充币')"> |
| | | <assets-head goHome="ture" :title="$t('快速充币')"> |
| | | <van-icon name="orders-o" @click="openRecord" class="list-icon"></van-icon> |
| | | </assets-head> |
| | | <div class="mt-30 w-full text-center font-36 textColor">{{ coin.toUpperCase() + ' ' + $t('充值') }}</div> |
| | |
| | | <div class="border-light-grey"></div> |
| | | <div class="pl-10 pr-10 font-28"> |
| | | <div class=" flex flex-col items-center justify-center font-28"> |
| | | <div class="textColor font-30 mt50" ref="address">{{ address }}</div> |
| | | <div class="textColor font-30 mt50" style="word-break: break-all;" ref="address">{{ address }}</div> |
| | | <div @click="copy(address)" |
| | | class="font-26 border-solid-grey text-center code-btn rounded-6 textColor"> |
| | | {{ $t('复制地址') }}</div> |