|
|
|
@ -193,7 +193,7 @@ |
|
|
|
<div class="started_div" style="margin-top: 160px;margin-bottom: 0px;">{{ $t("homeNewText.hh23") }}</div> |
|
|
|
<div class="started_swiper"> |
|
|
|
<swiper :options="swipere" v-if="marketList[0]"> |
|
|
|
<swiper-slide v-for="(item, index) in marketList[0].marketInfoList.slice(0,8)" :key="index"> |
|
|
|
<swiper-slide v-for="(item, index) in marketList[0].marketInfoList.slice(0,10)" :key="index"> |
|
|
|
<div class="InfoList"> |
|
|
|
<div style="font-weight: bold;width: 100px;"> |
|
|
|
<img :src="item.coin_icon" width="37" height="37"> |
|
|
|
@ -205,7 +205,7 @@ |
|
|
|
</div> |
|
|
|
<div class="started_swiper"> |
|
|
|
<swiper :options="swipere1" v-if="marketList[0]"> |
|
|
|
<swiper-slide v-for="(item, index) in marketList[0].marketInfoList.slice(3,10)" :key="index"> |
|
|
|
<swiper-slide v-for="(item, index) in marketList[0].marketInfoList.slice(3,12)" :key="index"> |
|
|
|
<div class="InfoList"> |
|
|
|
<div style="font-weight: bold;width: 100px;"> |
|
|
|
<img :src="item.coin_icon" width="37" height="37"> |
|
|
|
@ -217,10 +217,11 @@ |
|
|
|
</div> |
|
|
|
<div class="started_swiper"> |
|
|
|
<swiper :options="swipere2" v-if="marketList[0]"> |
|
|
|
<swiper-slide v-for="(item, index) in marketList[0].marketInfoList.slice(6,13)" :key="index"> |
|
|
|
<swiper-slide v-for="(item, index) in marketList[0].marketInfoList.slice(6,15)" :key="index"> |
|
|
|
<div class="InfoList"> |
|
|
|
<div style="font-weight: bold;width: 100px;"> |
|
|
|
<img :src="item.coin_icon" width="37" height="37"> |
|
|
|
<img :src="item.coin_icon" width="37" height="37" v-if="item.coin_name !== 'TRX'"> |
|
|
|
<img src="https://seee.ewmcoin.com/storage/images/trx.png" width="37" height="37" v-else> |
|
|
|
{{ item.coin_name }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -229,10 +230,11 @@ |
|
|
|
</div> |
|
|
|
<div class="started_swiper"> |
|
|
|
<swiper :options="swipere3" v-if="marketList[0]"> |
|
|
|
<swiper-slide v-for="(item, index) in marketList[0].marketInfoList.slice(7,16)" :key="index"> |
|
|
|
<swiper-slide v-for="(item, index) in marketList[0].marketInfoList.slice(8,18)" :key="index"> |
|
|
|
<div class="InfoList"> |
|
|
|
<div style="font-weight: bold;width: 100px;"> |
|
|
|
<img :src="item.coin_icon" width="37" height="37"> |
|
|
|
<img :src="item.coin_icon" width="37" height="37" v-if="item.coin_name !== 'TRX'"> |
|
|
|
<img src="https://seee.ewmcoin.com/storage/images/trx.png" width="37" height="37" v-else> |
|
|
|
{{ item.coin_name }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|