| | |
| | | <div class="px-30 flex items-center mt-30"> |
| | | <div class="flex-1 textColor text-center"> |
| | | <div> |
| | | <img v-if="detail.symbol" :src="`${HOST_URL}/symbol/${detail.symbol.toLowerCase()}.png`" |
| | | <img v-if="detail.symbol" :src="`${HOST_URL}/wap/symbol/${detail.symbol.toLowerCase()}.png`" |
| | | alt="logo" class="w-70 h-70 rounded-full" /> |
| | | </div> |
| | | <div class="text-grey font-28 mt-20">{{ $t('从') }}</div> |
| | |
| | | |
| | | <div class="flex-1 textColor text-center"> |
| | | <div> |
| | | <img v-if="detail.symbol_to" :src="`${HOST_URL}/symbol/${detail.symbol_to.toLowerCase()}.png`" |
| | | <img v-if="detail.symbol_to" :src="`${HOST_URL}/wap/symbol/${detail.symbol_to.toLowerCase()}.png`" |
| | | alt="logo" class="w-70 h-70 rounded-full" /> |
| | | </div> |
| | | <div class="text-grey font-28 mt-20">{{ $t('至') }}</div> |