From e25a0bad090c444970b48df2713f02d691666b08 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 05 二月 2024 14:19:49 +0800
Subject: [PATCH] 看盘功能完善

---
 kp_html/kp/js/page.js |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/kp_html/kp/js/page.js b/kp_html/kp/js/page.js
index 7147309..eb6f156 100644
--- a/kp_html/kp/js/page.js
+++ b/kp_html/kp/js/page.js
@@ -13,7 +13,7 @@
 var app;
 $(function() {
 	function _resize() {
-		var code_info_height = 450 
+		var code_info_height = 440 
 		console.log("鎬婚珮", $(window).height())
 		var bottom_height = $(window).height() - code_info_height - 140;
 		console.log("搴曢儴楂�", bottom_height)
@@ -281,16 +281,7 @@
 					open_limit_up_count: 10,
 					limit_up_codes: [
 						//(浠g爜,鍚嶇О,娑ㄥ仠鐘舵��(0-鏃犵姸鎬� 1-娑ㄥ仠 2-鐐告澘),榫欏嚑,棣栨澘,鍒嗗��,娑ㄥ仠鏃堕棿,鍘熷洜,鐩稿悓鍘熷洜浠g爜鏁伴噺,鑷敱娴侀��,涔嬪墠鐨勬澘鍧�)
-						["000333", "缇庣殑闆嗗洟", 1, "榫�1", "棣栨澘", "200", "10:00:00", "涓�瀛e害澧為暱", "1", "12.02浜�",
-							'12浜�', '',
-							''
-						],
-						["000333", "缇庣殑闆嗗洟", 1, "榫�1", "棣栨澘", "200", "10:00:00", "涓�瀛e害澧為暱", "1", "12.02浜�",
-							''
-						],
-						["000333", "缇庣殑闆嗗洟", 1, "榫�1", "棣栨澘", "200", "10:00:00", "涓�瀛e害澧為暱", "1", "12.02浜�",
-							''
-						]
+						["000333", "缇庣殑闆嗗洟", 1, "榫�1", "棣栨澘", "200", "10:00:00", "涓�瀛e害澧為暱", "1", "12.02浜�",'12浜�', '','']
 					]
 				},
 				//閫変腑浠g爜淇℃伅
@@ -366,7 +357,7 @@
 				industry_data_type: 0,
 				jingxuan_data_type: 0,
 				// 閫夎偂瀹濇定鍋滃師鍥�
-				xgb_limit_up_reasons:["澶ч噾铻�","1銆佺彔娴峰浗浼侊紝瀹炴帶浜虹彔娴峰浗璧勫锛岀彔娴烽噾鎺ф棗涓嬪敮涓�鎺ц偂鐨勪笂甯傚钩鍙帮紝鍙傝偂浼樺繀閫夌瓑浜哄伐鏅鸿兘鐙鍏藉叕鍙革紱 2銆佸叕鍙告寔鏈夊崕閲戣瘉鍒�1.4493%鑲℃潈"],
+				xgb_limit_up_reasons:null,
 			},
 			watch: {
 				want_codes: function() {
@@ -614,6 +605,7 @@
 						res = JSON.parse(res)
 						if(res.code==0){
 							app.xgb_limit_up_reasons = res.data;
+							console.log(app.xgb_limit_up_reasons.reasons)
 						}else{
 							app.xgb_limit_up_reasons = null;
 						}

--
Gitblit v1.8.0