|
|
@ -46,7 +46,10 @@ |
|
|
<span class="color-light">{{ item.pair_name }}</span> |
|
|
<span class="color-light">{{ item.pair_name }}</span> |
|
|
</template> |
|
|
</template> |
|
|
<template v-else> |
|
|
<template v-else> |
|
|
<img :src="item.coin_icon" width="20" style="margin-right: 2px;" v-if="heyue==0" /> |
|
|
<view v-if="heyue==0"> |
|
|
|
|
|
<img src="https://seee.ewmcoin.com/storage/images/trx.png" width="20" style="margin-right: 2px;" v-if="item.coin_name == 'TRX'" /> |
|
|
|
|
|
<img :src="item.coin_icon" width="20" style="margin-right: 2px;" v-else/> |
|
|
|
|
|
</view> |
|
|
<view v-for="items in Liste" :key="items.symbol" v-else> |
|
|
<view v-for="items in Liste" :key="items.symbol" v-else> |
|
|
<img :src="items.icon" width="20" style="margin-right: 2px;" v-if="items.symbol==item.symbol" /> |
|
|
<img :src="items.icon" width="20" style="margin-right: 2px;" v-if="items.symbol==item.symbol" /> |
|
|
</view> |
|
|
</view> |
|
|
|