|
|
|
@ -172,8 +172,8 @@ |
|
|
|
<!-- <th></th> --> |
|
|
|
<!-- <th scope="col" class="table_th">{{ $t("home.coinType") }}</th> --> |
|
|
|
<th scope="col" class="table_th">{{ $t("option.coinType") }}</th> |
|
|
|
<th scope="col" class="table_th">{{ $t("home.low") }}</th> |
|
|
|
<!-- <th scope="col" class="table_th">{{ $t("home.latestPrice") }}</th> --> |
|
|
|
<!-- <th scope="col" class="table_th">{{ $t("home.low") }}</th> --> |
|
|
|
<th scope="col" class="table_th">{{ $t("home.latestPrice") }}</th> |
|
|
|
<th scope="col" class="table_th"> |
|
|
|
{{ $t("home.upAndDown") }} |
|
|
|
<!-- 24小时涨停--> |
|
|
|
@ -211,15 +211,15 @@ |
|
|
|
{{item.pair_name}} |
|
|
|
</router-link> |
|
|
|
</td> |
|
|
|
<!-- <td> |
|
|
|
<td> |
|
|
|
<span |
|
|
|
:class=" |
|
|
|
item.increase * 1 >= 0 ? 'increace' : 'decreace' |
|
|
|
" |
|
|
|
>{{ item.close }}</span |
|
|
|
> |
|
|
|
</td> --> |
|
|
|
<td>{{ item.low }}</td> |
|
|
|
</td> |
|
|
|
<!-- <td>{{ item.low }}</td> --> |
|
|
|
<td> |
|
|
|
<span |
|
|
|
:class=" |
|
|
|
|