From 0c414c8027c6b3a91a0bc44f9ca99d1ed1b04ca6 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期四, 15 十一月 2018 15:12:42 +0800
Subject: [PATCH] 修复位置显示bug

---
 gx_tieta/WebRoot/index.jsp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/index.jsp b/gx_tieta/WebRoot/index.jsp
index 99b08f6..ceae720 100644
--- a/gx_tieta/WebRoot/index.jsp
+++ b/gx_tieta/WebRoot/index.jsp
@@ -2695,7 +2695,7 @@
 				var rs = JSON.parse(result.result);
 				if(rs.code == 1) {
 					var data = rs.data;
-					console.log(data);
+					//console.log(data);
 					var rsData = formatHomeInfo(data);
 					$('#homeInfoIframeData').data('data', rsData);
 					// 鏄剧ず闈㈡澘

--
Gitblit v1.9.1