|
|
|
@ -396,7 +396,7 @@ |
|
|
|
<view class="head_info m-y-xl"> |
|
|
|
<view class=" d-flex justify-between align-center p-x-xs p-t-lg bor5 p-b-xs"> |
|
|
|
<view class="d-flex"> |
|
|
|
<text class="m-x-xs fn-center" @click="active=0" :class="active==0?'fn-bold fn-15 p-b-xs bor5-active color-dark':''">合約指數</text> |
|
|
|
<text class="m-x-xs fn-center" @click="active=0" :class="active==0?'fn-bold fn-15 p-b-xs bor5-active color-dark':''">{{ $t("first.b5") }}</text> |
|
|
|
<!-- <text class="m-x-xs fn-center" @click="active=1" :class="active==1?'fn-bold fn-15 p-b-xs bor5-active color-dark':''">現貨指數</text> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -422,10 +422,10 @@ |
|
|
|
<view class="fn-left w-6/12"> |
|
|
|
<view class="d-flex align-center"> |
|
|
|
<text class="fn-bold fn-16 color-dark">{{ item.pair_name }}</text> |
|
|
|
<text class="color-dark fn-14 m-l-xs">永续</text> |
|
|
|
<text class="color-dark fn-14 m-l-xs">{{ $t("first.b8") }}</text> |
|
|
|
</view> |
|
|
|
<view class="d-flex align-center fn-12 m-t-xs"> |
|
|
|
24H量 {{ omitTo(item.vol,0) }} |
|
|
|
24H{{ $t("first.b3") }} {{ omitTo(item.vol,0) }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <view class="fn-left align-end w-3/12"> |
|
|
|
|