Browse Source

修改首页数据

master
liaoxinyu 1 month ago
parent
commit
557a82d859
  1. 4
      src/views/home/index.vue

4
src/views/home/index.vue

@ -116,8 +116,8 @@
<div>{{ $t("homeNewText.bb2") }}</div> <div>{{ $t("homeNewText.bb2") }}</div>
<div style="width: 25%;text-align: right;">{{ $t("homeNewText.bb3") }}</div> <div style="width: 25%;text-align: right;">{{ $t("homeNewText.bb3") }}</div>
</div> </div>
<div v-for="(item, index) in marketList[0].marketInfoList.slice(0,5)" :key="index" class="market_tr" <div v-for="(item, index) in marketList[0].marketInfoList" :key="index" class="market_tr"
style="font-weight: bold;"> style="font-weight: bold;" v-if="item.coin_name=='BTC'||item.coin_name=='ETH'||item.coin_name=='ETC'||item.coin_name=='BCH'||item.coin_name=='DOGE'">
<div> <div>
<img class="icon" :src="item.coin_icon" alt=""> <img class="icon" :src="item.coin_icon" alt="">
{{ item.coin_name }} {{ item.coin_name }}

Loading…
Cancel
Save