1
jhzh
2025-07-28 a8b0eb32d97e7a540692a8a29f610fe76d67ef74
src/page/kline/components/kLine.vue
@@ -994,7 +994,7 @@
  DefaultData.GetKLinePeriodMenu = function() {
    var data = [
      // { Name: i18n.t('hj86'), ID: 3 },分时额外处理
      // { Name: i18n.t("hj86"), ID: 4 },
      { Name: i18n.t("hj86"), ID: 4 },
      {
        Name: i18n.t("hj87"),
        ID: 0
@@ -1007,18 +1007,18 @@
        Name: i18n.t("hj89"),
        ID: 2
      },
      {
        Name: i18n.t("hj90"),
        ID: 4
      },
      {
        Name: i18n.t("hj91"),
        ID: 5
      },
      {
        Name: i18n.t("hj92"),
        ID: 7
      },
      // {
      //   Name: i18n.t("hj90"),
      //   ID: 4
      // },
      // {
      //   Name: i18n.t("hj91"),
      //   ID: 5
      // },
      // {
      //   Name: i18n.t("hj92"),
      //   ID: 7
      // },
    ];
    return data;
@@ -1106,10 +1106,10 @@
      // this.CreateKLineChart();
      this.$nextTick(() => {
        // this.timerss = setInterval(() => {
        this.timerss = setInterval(() => {
          this.CreateMinuteChart();
          this.CreateKLineChart();
        // }, 3000);
        }, 3000);
        // this.CreateMinuteChart();
        // this.CreateKLineChart();
        // this.timerss = setInterval(() => {
@@ -1300,7 +1300,7 @@
      ) {
        EastMoney.HQData.Log("[HQChartDemo::NetworkFilter] data", data);
        this.timerss = setInterval(() => {
        // this.timerss = setInterval(() => {
          switch (data.Name) {
            // 分时图数据对接
            case "MinuteChartContainer::RequestMinuteData":
@@ -1326,7 +1326,7 @@
              EastMoney.HQData.NetworkFilter(data, callback);
              break;
          }
        }, 2000);
        // }, 2000);
      },
@@ -1534,7 +1534,7 @@
  }
  .btn2 {
    width: 9.4%;
    // width: 25%;
    display: flex;
    margin: 0 0.15rem;
    justify-content: center;