| | |
| | | <table> |
| | | <tr> |
| | | <td>24H{{ $t("exchange.e3") }}</td> |
| | | <td class="color-light">{{ tvBars.high.toFixed(2) }}</td> |
| | | <td class="color-light">{{ activeCoin.high.toFixed(2) }}</td> |
| | | </tr> |
| | | <tr> |
| | | <td>24H{{ $t("exchange.e4") }}</td> |
| | | <td class="color-light">{{ tvBars.low.toFixed(2) }}</td> |
| | | <td class="color-light">{{ activeCoin.low.toFixed(2) }}</td> |
| | | </tr> |
| | | <tr v-if="!query.contract"> |
| | | <td>24H{{ $t("exchange.e5") }}</td> |
| | | <td class="color-light">{{tvBars.volume.toFixed(2)}}</td> |
| | | <td class="color-light">{{activeCoin.vol.toFixed(0)}}</td> |
| | | </tr> |
| | | </table> |
| | | </view> |
| | |
| | | index: "", |
| | | marketList: [], |
| | | tvBars:{ |
| | | close:0, |
| | | amount:0, |
| | | high:0, |
| | | low:0, |
| | | volume:0, |
| | | close:0.00, |
| | | amount:0.00, |
| | | high:0.00, |
| | | low:0.00, |
| | | volume:0.00, |
| | | }, |
| | | collect: [], |
| | | quote: {}, |