| | |
| | | <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> |
| | |
| | | |
| | | <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> |