|
|
|
@ -122,7 +122,8 @@ |
|
|
|
<!-- BTC/USDT --> |
|
|
|
{{ item.pair || item.pair_name }} |
|
|
|
</div> |
|
|
|
<div class="num num2">{{ item.pair || item.pair_name }}</div> |
|
|
|
<div class="num num2">{{ item.price }}</div> |
|
|
|
<!-- <div class="num num2">{{ item.pair || item.pair_name }}</div> --> |
|
|
|
<!-- <div class="title title2">≈0.032935 USD</div> --> |
|
|
|
<div class="title title3" :class="item.increase>0?'increase_t':item.increase<0?'decrease_t':''">{{ item.increaseStr }}</div> |
|
|
|
<!-- <div class="num-center" style="border-left: 1px solid gray;"></div> --> |
|
|
|
@ -1225,8 +1226,8 @@ export default { |
|
|
|
this.home = res.data.bannerList |
|
|
|
// this.notice = res.data.noticeList |
|
|
|
this.indexList = res.data.brokenLine |
|
|
|
this.homeList = res.data.homeList |
|
|
|
this.homeList2 = res.data.marketList[0].marketInfoList.slice(0,5) |
|
|
|
// this.homeList = res.data.homeList; |
|
|
|
this.homeList2 = res.data.marketList[0].marketInfoList.slice(0,5); |
|
|
|
this.marketList = res.data.marketList |
|
|
|
// this.infoActive = 1; |
|
|
|
this.dunshift() |
|
|
|
|