Browse Source

修改改变语言的图片

master
liaoxinyu 2 years ago
parent
commit
d27c0243d1
  1. 5
      pages/exchange/symbol-list.vue

5
pages/exchange/symbol-list.vue

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

Loading…
Cancel
Save