10.10综合交易所原始源码_移动端
1
2026-05-26 0dbc7465447164fef24327b5d494870832d798dd
src/components/Transform/assetsCenter/financialList.vue
@@ -16,13 +16,16 @@
                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('周期') }}&nbsp;<span class="textColor">{{ item.cycle == 0 ?
            <div class="text-26 cl-33 textColor1 mb-4">{{ $t('周期') }}&nbsp;<span class="textColor">{{ item.cycle == 0 ?
              $t('无限期') : item.cycle + $t('天') }}</span>
            </div>
            <div class="text-26 cl-33 textColor1">{{ $t('币种') }}&nbsp;<span class="textColor">{{
              item.buyCurrency.toUpperCase() }}</span>
            </div>
          </div>
        </div>
        <div class="flex justify-center align-center text-center h-36 ">