From ed1aa3e700505e9c768c90e17bfbfa8e47b943d4 Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139>
Date: 星期一, 14 一月 2019 16:23:02 +0800
Subject: [PATCH] 修改
---
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