| | |
| | | <!--<span>{{ usdtBalance }} USDT</span>--> |
| | | <span>{{ getwei(usdtBalance * 1, numLenth) }} {{ value }}</span> |
| | | </p> |
| | | <p class="text-grey mt-64 font-28">{{ $t('可到账数量') }}</p> |
| | | <div class="font-40 mt-20 fon-bold "> |
| | | <span class="font-40 font-700 textColor"> {{ volume_last || '0.00' }}</span> |
| | | <!--<span class="font-32 ml-5 text-grey">USDT</span>--> |
| | | <span class="font-32 ml-5 text-grey">{{ value }}</span> |
| | | </div> |
| | | <p class="text-grey mt-22 font-28">{{ $t('提现费用') }}:{{ fee || '0.00' }} {{ value }}</p> |
| | | <p class="text-white mt-46 textColor font-28">{{ $t('提币说明') }}: |
| | | </p> |
| | | <p class="text-white mt-46 textColor font-28">{{ $t('提币说明') }}: |
| | | </p> |
| | | <div class="text-grey mt-10 font-28" v-html="tip"></div> |
| | | <van-button |
| | | class="w-768 h-100 rounded flex justify-center items-center mt-56 text-white btnMain border-none" |
| | | @click="showDetail"> |
| | | {{ $t('提现') }}</van-button> |
| | | |
| | | <div class="flex-centerY flex-position-between"> |
| | | <div> |
| | | <p class="text-grey mt-64 font-22">{{ $t('可到账数量') }}</p> |
| | | <div class="font-30 mt-5 fon-bold "> |
| | | <span class="font-34 font-700 textColor"> {{ volume_last || '0.00' }}</span> |
| | | <!--<span class="font-32 ml-5 text-grey">USDT</span>--> |
| | | <span class="font-28 ml-5">{{ value }}</span> |
| | | </div> |
| | | <div class="flex-centerY text-grey mt-5 font-22">{{ $t('提现费用') }}:<p class="font-26" style="color: #111">{{ fee || '0.00' }} {{ value }}</p></div> |
| | | </div> |
| | | <div> |
| | | <van-button |
| | | @click="showDetail" style="width: 120px" color="#111"> |
| | | {{ $t('提现') }}</van-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <van-popup v-model:show="show" position="bottom"> |
| | | <div class="pop-box relative font-28"> |
| | |
| | | |
| | | li { |
| | | &.active { |
| | | border-color: $color_main; |
| | | color: $color_main; |
| | | background: #111; |
| | | color: white !important; |
| | | } |
| | | } |
| | | |
| | |
| | | background: $btn_main; |
| | | } |
| | | } |
| | | </style> |
| | | </style> |