Skip to content

Commit

Permalink
更新stock
Browse files Browse the repository at this point in the history
  • Loading branch information
cforth committed Oct 25, 2016
1 parent 041ab58 commit 33a684a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/js/stockArr.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ var indexArr = new Array(["0000001"],["1399001"],["1399006"],["1399300"]);
//股票数组需要去除关注日期超过180日的股票
var allHqArr = new Array(
/* 股票代码 所属行业 关注日期 前日收盘价 目标价 评级 */
["1002303", "造纸印刷轻工", "2016-10-25", "12.80", "19.00", "买入"],
["1002026", "机械行业", "2016-10-25", "12.24", "14.00", "买入"],
["1300066", "机械行业", "2016-10-25", "7.74", "10.40", "买入"],
["1002229", "造纸印刷轻工", "2016-10-25", "24.31", "28.00", "买入"],
["1002167", "电力设备与新能源", "2016-10-24", "12.12", "14.32", "买入"],
["1002080", "非金属类建材", "2016-10-24", "18.14", "21.00", "买入"],
["1000885", "非金属类建材", "2016-10-21", "16.59", "20.00", "买入"],
Expand Down

0 comments on commit 33a684a

Please sign in to comment.