| | |
| | | item.miner_name_en }} |
| | | </div> |
| | | <!-- <div v-if="tapIndex === 1" class="text-36 font-6">体验矿机3天</div> --> |
| | | <div class="text-26 cl-33 mt-6 mb-4 textColor1">{{ $t('数量') }} |
| | | <div class="text-26 cl-33 mb-4 textColor1">{{ $t('数量') }} |
| | | <span class="ml-2 mr-2 textColor">{{ item.amount }}</span>{{ item.buyCurrency ? |
| | | item.buyCurrency.toUpperCase() : 'USDT' }} |
| | | item.outputCurrency.toUpperCase() : 'USDT' }} |
| | | </div> |
| | | <div class="text-26 cl-33 textColor1">{{ $t('周期') }} <span class="textColor">{{ item.cycle == 0 ? |
| | | <div class="text-26 cl-33 textColor1 mb-4">{{ $t('周期') }} <span class="textColor">{{ item.cycle == 0 ? |
| | | $t('无限期') : item.cycle + $t('天') }}</span> |
| | | </div> |
| | | <div class="text-26 cl-33 textColor1">{{ $t('币种') }} <span class="textColor">{{ |
| | | item.buyCurrency.toUpperCase() }}</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="flex justify-center align-center text-center h-36 "> |