Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@1655 931142cf-59ea-a443-aa0e-51397b428577

ld_xuhx 8 years ago
parent
commit
813e4d1a91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gkjsjy/trunk/WebContent/static/biz/js/index/indexmain.js

+ 1 - 1
gkjsjy/trunk/WebContent/static/biz/js/index/indexmain.js

@@ -77,7 +77,7 @@ index.main.getData=function(gkid,gqid,mapid){
     		var left=arr[0];
     		var top=arr[1];
 //    		alert(left+":"+top);
-    		if(top>290){
+    		if(top>380){
     			$("#jyrselectdiv").css({left:(left-300) + "px", top:(top-380) + "px"});
     		}else if(left>900){
     			$("#jyrselectdiv").css({left:(left-300) + "px", top:top + "px"});