|
|
|
@ -237,13 +237,13 @@ |
|
|
|
<view class="rfm-marquee"> |
|
|
|
<view class="rfm-initial-child-container"> |
|
|
|
<view class="rfm-child d-flex" v-for="(parentItem,index) in marketList" :key="parentItem.coin_name"> |
|
|
|
<view style="width: 230rpx;" v-for="(item,iindex) in parentItem[0].marketInfoList.slice(0,6)" :key="iindex+'img'"> |
|
|
|
<view style="width: 230rpx;" v-for="(item,iindex) in parentItem.marketInfoList.slice(0,6)" :key="iindex+'img'"> |
|
|
|
<view class="price-info d-flex"> |
|
|
|
<img :src="item.coin_icon" style="width: 28px;height: 28px;margin-right: 5px;"></img> |
|
|
|
<view class="d-flex">{{ item.coin_name }}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="width: 230rpx;" v-for="(item,imgIndex) in parentItem[0].marketInfoList.slice(0,6)" :key="imgIndex"> |
|
|
|
<view style="width: 230rpx;" v-for="(item,imgIndex) in parentItem.marketInfoList.slice(0,6)" :key="imgIndex"> |
|
|
|
<view class="price-info d-flex"> |
|
|
|
<img :src="item.coin_icon" style="width: 28px;height: 28px;margin-right: 5px;"></img> |
|
|
|
<view class="d-flex">{{ item.coin_name }}</view> |
|
|
|
@ -259,13 +259,13 @@ |
|
|
|
<view class="rfm-marquee"> |
|
|
|
<view class="rfm-initial-child-container"> |
|
|
|
<view class="rfm-child d-flex" v-for="(parentItem,index) in marketList" :key="parentItem.coin_name"> |
|
|
|
<view style="width: 230rpx;" v-for="(item,iindex) in parentItem[0].marketInfoList.slice(3,10)" :key="iindex+'img'"> |
|
|
|
<view style="width: 230rpx;" v-for="(item,iindex) in parentItem.marketInfoList.slice(3,10)" :key="iindex+'img'"> |
|
|
|
<view class="price-info d-flex"> |
|
|
|
<img :src="item.coin_icon" style="width: 28px;height: 28px;margin-right: 5px;"></img> |
|
|
|
<view class="d-flex">{{ item.coin_name }}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="width: 230rpx;" v-for="(item,imgIndex) in parentItem[0].marketInfoList.slice(3,10)" :key="imgIndex"> |
|
|
|
<view style="width: 230rpx;" v-for="(item,imgIndex) in parentItem.marketInfoList.slice(3,10)" :key="imgIndex"> |
|
|
|
<view class="price-info d-flex"> |
|
|
|
<img :src="item.coin_icon" style="width: 28px;height: 28px;margin-right: 5px;"></img> |
|
|
|
<view class="d-flex">{{ item.coin_name }}</view> |
|
|
|
@ -281,13 +281,13 @@ |
|
|
|
<view class="rfm-marquee"> |
|
|
|
<view class="rfm-initial-child-container"> |
|
|
|
<view class="rfm-child d-flex" v-for="(parentItem,index) in marketList" :key="parentItem.coin_name"> |
|
|
|
<view style="width: 230rpx;" v-for="(item,iindex) in parentItem[0].marketInfoList.slice(6,13)" :key="iindex+'img'"> |
|
|
|
<view style="width: 230rpx;" v-for="(item,iindex) in parentItem.marketInfoList.slice(6,13)" :key="iindex+'img'"> |
|
|
|
<view class="price-info d-flex"> |
|
|
|
<img :src="item.coin_icon" style="width: 28px;height: 28px;margin-right: 5px;"></img> |
|
|
|
<view class="d-flex">{{ item.coin_name }}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="width: 230rpx;" v-for="(item,imgIndex) in parentItem[0].marketInfoList.slice(6,13)" :key="imgIndex"> |
|
|
|
<view style="width: 230rpx;" v-for="(item,imgIndex) in parentItem.marketInfoList.slice(6,13)" :key="imgIndex"> |
|
|
|
<view class="price-info d-flex"> |
|
|
|
<img :src="item.coin_icon" style="width: 28px;height: 28px;margin-right: 5px;"></img> |
|
|
|
<view class="d-flex">{{ item.coin_name }}</view> |
|
|
|
@ -303,13 +303,13 @@ |
|
|
|
<view class="rfm-marquee"> |
|
|
|
<view class="rfm-initial-child-container"> |
|
|
|
<view class="rfm-child d-flex" v-for="(parentItem,index) in marketList" :key="parentItem.coin_name"> |
|
|
|
<view style="width: 230rpx;" v-for="(item,iindex) in parentItem[0].marketInfoList.slice(7,16)" :key="iindex+'img'"> |
|
|
|
<view style="width: 230rpx;" v-for="(item,iindex) in parentItem.marketInfoList.slice(7,16)" :key="iindex+'img'"> |
|
|
|
<view class="price-info d-flex"> |
|
|
|
<img :src="item.coin_icon" style="width: 28px;height: 28px;margin-right: 5px;"></img> |
|
|
|
<view class="d-flex">{{ item.coin_name }}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="width: 230rpx;" v-for="(item,imgIndex) in parentItem[0].marketInfoList.slice(7,16)" :key="imgIndex"> |
|
|
|
<view style="width: 230rpx;" v-for="(item,imgIndex) in parentItem.marketInfoList.slice(7,16)" :key="imgIndex"> |
|
|
|
<view class="price-info d-flex"> |
|
|
|
<img :src="item.coin_icon" style="width: 28px;height: 28px;margin-right: 5px;"></img> |
|
|
|
<view class="d-flex">{{ item.coin_name }}</view> |
|
|
|
|