11
jhzh
2025-04-07 52b00599d3b8359549ac8bcfbbb63f6578388121
pages/exchange/index.vue
@@ -40,15 +40,15 @@
               <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>
@@ -202,11 +202,11 @@
            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: {},