0510航天交易所ui仿制,代码使用的jiem
lxf
2025-05-19 45190f969dd8c7d3d2c6e366694f0dadc5ea07e8
src/page/perpetualContract/index.vue
@@ -10,6 +10,12 @@
      @update-coin="onUpdate"
    >
    </ContractHeader>
    <k-line-charts
      :update-key="updateKey"
      :update-data="quote"
      :symbol="symbol"
      :showBottom="false"
    />
    <div :class="{ slide2: animated1 }" v-if="selectIndex === 1">
      <div class="mainBackground" key="x">
@@ -90,12 +96,7 @@
      <!-- <van-icon class="textColor" @click.stop="showCharts = !showCharts"
                    :name="showCharts ? 'arrow-down' : 'arrow-up'"></van-icon> -->
    </div>
    <k-line-charts
      :update-key="updateKey"
      :update-data="quote"
      :symbol="symbol"
      :showBottom="false"
    />
    <!-- </div> -->
  </div>
</template>