From c88ddedda422835b2337a68a993db645f42f8458 Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139.mshome.net>
Date: 星期三, 09 一月 2019 09:59:16 +0800
Subject: [PATCH] 修改实时数据BUG

---
 gx_tieta/WebRoot/mobil/hcheckAccpet.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/hcheckAccpet.html b/gx_tieta/WebRoot/mobil/hcheckAccpet.html
index 0980e12..40fdd03 100644
--- a/gx_tieta/WebRoot/mobil/hcheckAccpet.html
+++ b/gx_tieta/WebRoot/mobil/hcheckAccpet.html
@@ -222,11 +222,11 @@
     var tbl = $('.tbl-container');
     var temp = getCookie("wapproval");
 	temp = JSON.parse(temp);
-	console.info(temp);
+	//console.info(temp);
     createTbl(tbl, arrTh, dataArr);
 	$(document).ready(function(){
 		Page.pageCurr=1;		
-		console.info(temp);
+		//console.info(temp);
 		setBattLife();
 		battnumber();
 		//searchBattLife();
@@ -290,7 +290,7 @@
 	
 	function battnumber(){
        var selected=''
-       console.info(temp);
+      // console.info(temp);
        if(temp.length>0){
 	       for(var i=0;i<temp.length;i++){
 	       		selected+= '<option '+'value='+i+'>'+temp[i].binf.BattGroupName+'</option>';	

--
Gitblit v1.9.1