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;