10.10综合交易所原始源码_移动端
admin
2026-01-06 42faef34194c466f03e29d75a63ae502e4213044
src/views/cryptos/Exchange/exchangePage.vue
@@ -27,7 +27,7 @@
          <div class="px-8 flex items-center mt-8">
            <div class="flex-1 textColor text-center">
              <div class="text-center flex justify-center">
                <img v-if="detail.symbol" :src="`https://huobicfg.s3.amazonaws.com/currency_icon/${detail.iconImg1}.png`" alt="logo"
                <img v-if="detail.symbol" :src="`${HOST_URL}/symbol/${detail.iconImg1}.png`" alt="logo"
                  class="w-16 h-16 rounded-full" />
              </div>
              <div class="text-grey text-28 mt-5">{{ $t('从') }}</div>
@@ -37,7 +37,7 @@
            <div class="flex-1 textColor text-center">
              <div class="text-center flex justify-center">
                <img v-if="detail.symbol_to" :src="`https://huobicfg.s3.amazonaws.com/currency_icon/${detail.iconImg2}.png`" alt="logo"
                <img v-if="detail.symbol_to" :src="`${HOST_URL}/symbol/${detail.iconImg2}.png`" alt="logo"
                  class="w-16 h-16 rounded-full" />
              </div>
              <div class="text-grey text-28 mt-5">{{ $t('至') }}</div>