| | |
| | | @click="goRouter('/userCenter')" /> |
| | | </assets-head> |
| | | <div class="pl-36 pr-36"> |
| | | <div class="recharge-title font-35 textColor">{{ $t('请选择充值币种') }}</div> |
| | | <div class="recharge-list flex justify-between"> |
| | | <!-- <div class="recharge-title font-35 textColor">{{ $t('请选择充值币种') }}</div> --> |
| | | <div class="recharge-title font-35 textColor">{{ $t('很抱歉,系统正在维护中。如需充值,请联系在线客服') }}</div> |
| | | <!-- <div class="recharge-list flex justify-between"> |
| | | <div class="item-view flex flex-col items-center justify-center text-center w-189 h-220 box-border" |
| | | @click="selectSymbol('usdt')"> |
| | | <img src="../../assets/image/symbol/usdt.png" class="w-92 h-92" /> |
| | |
| | | <img src="../../assets/image/symbol/eth.png" class="w-92 h-92" /> |
| | | <div class="text-grey font-26 mt-32">{{ $t('ETH充值') }}</div> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | <!-- <div class="textColor mt-40"> |
| | | <div class="pl-36 pr-36 h-90 lh-90 border-b-color flex justify-between" v-for="(item, index) in list" |