|
@@ -5,9 +5,9 @@
|
|
|
</scroll-view>
|
|
|
<view class="list">
|
|
|
<view class="list-title flex">
|
|
|
- <view class="title-left">交易对</view>
|
|
|
- <view class="title-center">最新价格</view>
|
|
|
- <view class="title-right">24h涨跌</view>
|
|
|
+ <view class="title-left">交易對</view>
|
|
|
+ <view class="title-center">最新價格</view>
|
|
|
+ <view class="title-right">24h漲跌</view>
|
|
|
</view>
|
|
|
<scroll-view class="swiper-box" scroll-y="true" :style="{ height: maxheight }">
|
|
|
<view class="list-main flex" v-for="(item, index) in list">
|