From ec4cc6d4ccba433cf10678b3d767e588a2d00e91 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期一, 16 十二月 2024 16:57:33 +0800 Subject: [PATCH] 去除掘金依赖 --- kp_html/kp/js/page.js | 17 ----------------- 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/kp_html/kp/js/page.js b/kp_html/kp/js/page.js index 832eaf1..87bb074 100644 --- a/kp_html/kp/js/page.js +++ b/kp_html/kp/js/page.js @@ -622,7 +622,6 @@ 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); } @@ -680,8 +679,6 @@ } }); - app.get_last_trade_day_reasons(app.choose_code_info.code_list_info[index] - .code_info[0]); } }, //鍒犻櫎浜岀骇浠g爜 @@ -774,10 +771,8 @@ app.first_info.limit_up_reason_statistic = temps; } - } }); - app.get_last_trade_day_reasons(code); }, 10); this.set_selected_cb_top(true); @@ -826,18 +821,6 @@ 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) { -- Gitblit v1.8.0