10.10综合交易所原始源码_移动端
1
admin
2026-02-10 c547081aa61be5c7b6d4c12853c675954c2156eb
src/components/fx-kline/index.vue
@@ -1,5 +1,5 @@
<template>
  <van-loading color="#1194F7" class="loading-box" v-if="isLoading" />
  <van-loading color="#92D1FF" class="loading-box" v-if="isLoading" />
  <div id="kline" class="boxDisplay" :style="{ height: `${props.height || defaultH}px`, position: 'relative' }"
    v-if="defaultH">
  </div>
@@ -83,7 +83,6 @@
onBeforeUnmount(() => {
  closeSocket()
  clearTimeout(timer.value)
})
const closeSocket = () => {
@@ -217,6 +216,7 @@
      chart.applyNewData(data.value);
    })
  }
}
const initData1 = async () => {