From a8b0eb32d97e7a540692a8a29f610fe76d67ef74 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 28 Jul 2025 17:39:39 +0800
Subject: [PATCH] 1
---
src/page/kline/components/kLine.vue | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/src/page/kline/components/kLine.vue b/src/page/kline/components/kLine.vue
index a6e9fb8..ab724d5 100644
--- a/src/page/kline/components/kLine.vue
+++ b/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;
--
Gitblit v1.9.3