From edfca26eaf80c4e3ac67ec6cfe4b1aafde226148 Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139>
Date: 星期五, 18 一月 2019 11:45:55 +0800
Subject: [PATCH] 修改

---
 gx_tieta/WebRoot/mobil/testdata.html |   23 +++--------------------
 1 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/testdata.html b/gx_tieta/WebRoot/mobil/testdata.html
index 068db47..e9ce303 100644
--- a/gx_tieta/WebRoot/mobil/testdata.html
+++ b/gx_tieta/WebRoot/mobil/testdata.html
@@ -66,10 +66,8 @@
 				console.info(batt);
 					var data = [
 						{url: 'javascript:JumpHomePage();', txt: '棣栭〉'},
-						{url: 'machineroomM.html', txt: batt.StationName1},	// 鐪�
-						{url: 'selectcity.html' , txt:batt.StationName2},//甯�
-						{url: 'selectcounty.html' , txt:batt.StationName5},
-						{url: 'battM.html', txt: batt.StationName3},	// 鐢垫睜缁�
+						{url: 'homeList.html' , txt:batt.StationName},
+						{url: 'battM.html', txt: batt.BattGroupName},	// 鐢垫睜缁�
 						{url: 'javascript:;', txt: '鐢垫睜缁勬暟鎹�'}	// 褰撳墠椤甸潰
 					];
 					console.info(data);
@@ -114,22 +112,7 @@
 	             ,end: function() {
 	             	$('div[data-role=page]').show();
 	             }
-            });
-            	iframePopup = layer.open({
-                type: 2
-                ,closeBtn: 0
-                ,title: false
-                ,area: ['100%', '100%']
-                ,full: true
-                ,anim: 4
-                ,content: 'iframe/seenhomeinfo.html'
-                ,success: function() {
-	             	$('div[data-role=page]').hide();
-	             }
-	             ,end: function() {
-	             	$('div[data-role=page]').show();
-	             }
-            });
+            });	
             layer.full(iframePopup);
 			})
 			</script>

--
Gitblit v1.9.1