From b5212a6e9c0b4872f0d7ef1f69c2e5bd2d72cec2 Mon Sep 17 00:00:00 2001 From: laixingyu Date: Wed, 16 Aug 2023 01:17:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 7 +- src/views/trend/index.vue | 143 ++++++++++++++++++++++---------------- 2 files changed, 85 insertions(+), 65 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 4c8881a..d44db25 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -373,7 +373,7 @@
-
个股详情
+
涨停个股
查看详情
@@ -382,11 +382,10 @@
股票名称
-
日期
价格
-
涨跌幅
+
所属板块
+
几天几板
-
所属板块
{{ item.name }}
-
+
+
+
东财指数
+
创新高数
+
昨日创新高数
+
+
+
-
交易日期
-
东财2级行业指数
+
东财指数
+
创新低数
+
昨日创新低数
+
+
+
+
+
东财指数
涨停数
-
涨停数变化
-
-
- 排名 -
-
- - -
-
- - -
-
+
昨日涨停数
-
-
排名变化
-
- - -
-
- - -
+
+
+
+
东财指数
+
跌停数
+
昨日跌停数
+
+
+
+
+
股票名称
+
东财指数
+
涨停时间
+
几天几板
{ + if (item.name == name) { + item.is = true; + } else { + item.is = false; + } + }); + // if (this.trendTimePeriod[0].is) { + // this.getTendencyList(1); + // this.tendencyNavIndex = 1; + // } else if (this.trendTimePeriod[1].is) { + // this.getTendencyList(5); + // this.tendencyNavIndex = 5; + // } else if (this.trendTimePeriod[2].is) { + // this.getTendencyList(10); + // this.tendencyNavIndex = 10; + // } else if (this.trendTimePeriod[3].is) { + // this.getTendencyList(20); + // this.tendencyNavIndex = 20; + // } else if (this.trendTimePeriod[4].is) { + // this.getTendencyList(30); + // this.tendencyNavIndex = 30; + // } + }, // 趋势排名变化升序or降序 selectRankChange() { this.allRankChange = !this.allRankChange;