| | |
| | | app.get_score_data(app.first_info.limit_up_codes[index][0], app.first_info |
| | | .limit_up_codes[index][1]); |
| | | app.get_plate_info(app.first_info.limit_up_codes[index][0]); |
| | | app.get_last_trade_day_reasons(app.first_info.limit_up_codes[index][0]); |
| | | app.get_code_third_blocks(app.code); |
| | | |
| | | } |
| | |
| | | } |
| | | |
| | | }); |
| | | app.get_last_trade_day_reasons(app.choose_code_info.code_list_info[index] |
| | | .code_info[0]); |
| | | } |
| | | }, |
| | | //删除二级代码 |
| | |
| | | app.first_info.limit_up_reason_statistic = |
| | | temps; |
| | | } |
| | | |
| | | } |
| | | }); |
| | | app.get_last_trade_day_reasons(code); |
| | | }, 10); |
| | | |
| | | this.set_selected_cb_top(true); |
| | |
| | | app.get_limit_up_list(app.code, true); |
| | | } |
| | | }); |
| | | }, |
| | | get_last_trade_day_reasons: function(code) { |
| | | |
| | | http_util.get_last_trade_day_reasons(code, function(res) { |
| | | res = JSON.parse(res); |
| | | console.log("板块今日表现:", res) |
| | | if (res.code == 0) { |
| | | app.yesterday_block_info = res.data; |
| | | } else { |
| | | app.yesterday_block_info = null; |
| | | } |
| | | }); |
| | | }, |
| | | get_kpl_market_feelings: function() { |
| | | http_util.get_kpl_market_feelings(function(res) { |