Skip to content

Commit

Permalink
Update stockArr.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cforth committed Oct 24, 2016
1 parent cc7183b commit 041ab58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/js/stockArr.js
Expand Up @@ -27,6 +27,8 @@ var indexArr = new Array(["0000001"],["1399001"],["1399006"],["1399300"]);
//股票数组需要去除关注日期超过180日的股票
var allHqArr = new Array(
/* 股票代码 所属行业 关注日期 前日收盘价 目标价 评级 */
["1002167", "电力设备与新能源", "2016-10-24", "12.12", "14.32", "买入"],
["1002080", "非金属类建材", "2016-10-24", "18.14", "21.00", "买入"],
["1000885", "非金属类建材", "2016-10-21", "16.59", "20.00", "买入"],
["1002615", "金属制品", "2016-10-21", "18.82", "23.20", "买入"],
["1002085", "汽车和汽车零部件", "2016-10-20", "19.62", "27.50", "买入"],
Expand Down

0 comments on commit 041ab58

Please sign in to comment.