From 578d2f01df20723b7522cb691aec95a3de8a0b68 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 15 十二月 2023 15:23:48 +0800
Subject: [PATCH] 本地接口调整

---
 kp_html/kp/js/page.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kp_html/kp/js/page.js b/kp_html/kp/js/page.js
index e6ee705..8ce655d 100644
--- a/kp_html/kp/js/page.js
+++ b/kp_html/kp/js/page.js
@@ -512,8 +512,9 @@
 					var el = event.currentTarget;
 					if (app.choose_code.first != app.first_info.limit_up_codes[index][0]) {
 						app.choose_code.first = app.first_info.limit_up_codes[index][0];
-						app.get_score_data(app.first_info.limit_up_codes[index][0], app.first_info
-							.limit_up_codes[index][1]);
+						app.code = app.first_info.limit_up_codes[index][0];
+						app.code_name = app.code + "("+ app.first_info.limit_up_codes[index][1]+")";
+						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]);
 					}
 				},
@@ -628,7 +629,6 @@
 	function init_data() {
 		app.get_industry_data(app.industry_data_type);
 		app.get_jingxuan_data(app.jingxuan_data_type);
-		app.get_score_data(app.code);
 		app.get_limit_up_list(app.code, false);
 	}
 

--
Gitblit v1.8.0