diff --git a/safesite/templates/index.html b/safesite/templates/index.html
index 0ac18c48..28c85b91 100644
--- a/safesite/templates/index.html
+++ b/safesite/templates/index.html
@@ -249,7 +249,9 @@
var headimgurl = $('#userindex').attr('headimgurl');
var issuper = {{ issuper }};
if (issuper == 1) { $('#setupb').show(); $('#bindwx').hide() }
- if ((openid == 0 || openid == 'None') && issuper != 1) { $('#wxdg').dialog(); } else { $('#bindwx').text('解绑微信'); };
+ if ((openid == 0 || openid == 'None') && issuper != 1) {
+ //$('#wxdg').dialog();
+ } else { $('#bindwx').text('解绑微信'); };
if (headimgurl != 0 && headimgurl != 'None' && issuper != 1) { $('#headimg').attr('src', headimgurl); }
function logout() {
$.messager.confirm('系统提示', '您确定要退出本次登录吗?', function (r) {
diff --git a/safesite/templates/mapshow.html b/safesite/templates/mapshow.html
index 228f98a3..545f13b7 100644
--- a/safesite/templates/mapshow.html
+++ b/safesite/templates/mapshow.html
@@ -276,9 +276,9 @@
source.addFeature(polygonFeature)
}
function opendetail(id) {
- closepopup()
- var myw = screen.availWidth * 0.5;
- opendg('区域详情', 'html/areadetail?id=' + id, myw)
+ //closepopup()
+ //var myw = screen.availWidth * 0.5;
+ //opendg('区域详情', 'html/areadetail?id=' + id, myw)
}