From d00b94b5771112a25971e934a36c86a15e1c475b Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.7.127>
Date: 星期一, 14 一月 2019 18:03:36 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

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

diff --git a/gx_tieta/WebRoot/mobil/index.html b/gx_tieta/WebRoot/mobil/index.html
index efcd5b7..f221904 100644
--- a/gx_tieta/WebRoot/mobil/index.html
+++ b/gx_tieta/WebRoot/mobil/index.html
@@ -45,7 +45,7 @@
 				<a href="indexctM.html" target="_top" data-i18n="main.usermanagement">浣滀笟绠$悊</a>
 			</li>	
 			<li>
-				<a href="map.html" target="_top" data-i18n="main.usermanagement">鏈烘埧瀹氫綅</a>
+				<a href="map.html" target="_top" id="LocationCR" data-i18n="main.usermanagement">鏈烘埧瀹氫綅</a>
 			</li>
 			 <li>
 				<a href="checkAccept-index.html" id="check_Accept" target="_top" data-i18n="main.usermanagement">鎵瑰噯瀹℃壒鍙婇獙鏀�</a>
@@ -92,6 +92,7 @@
 		delCookie("station");
 		delCookie("eleparm");
 		delCookie("eleparm1"); 
+		delCookie("happroval");
 		$(document.body).css( "visibility", "visible") ;
 	});
 	
@@ -116,6 +117,7 @@
 					if(isHasPermit("install_look_permit",data)){
 					}else{
 						document.getElementById("check_Accept").style.display="none";
+						document.getElementById("LocationCR").style.display="none";		
 					}
 				}
 		});

--
Gitblit v1.9.1