From 430ca426af0002e5b81bffb04ed5a21209ea8dbb Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 03 四月 2024 17:13:17 +0800
Subject: [PATCH] 1

---
 Terra.YaoGan.Web/Terra.YaoGan.Web/js/Gis/Gis.js |   43 ++++++++++++++++++++-----------------------
 1 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/Terra.YaoGan.Web/Terra.YaoGan.Web/js/Gis/Gis.js b/Terra.YaoGan.Web/Terra.YaoGan.Web/js/Gis/Gis.js
index ba0f670..de05c62 100644
--- a/Terra.YaoGan.Web/Terra.YaoGan.Web/js/Gis/Gis.js
+++ b/Terra.YaoGan.Web/Terra.YaoGan.Web/js/Gis/Gis.js
@@ -20,7 +20,7 @@
             "icon": url + "Img/a2.png",
             "param": "1",
             "height": 77,
-            "width": 120
+            "width": 100
         }],
         "left": 5,
         "title": "a1",
@@ -36,7 +36,7 @@
             "icon": url + "Img/a1.png",
             "param": "2",
             "height": 77,
-            "width": 120
+            "width": 100
         }],
         "left": 5,
         "title": "a2",
@@ -45,17 +45,16 @@
         "right": -1,
         "visible": "false",
         "direction": "wh"
-    },
-    {
+    }, {
         "children": [{
             "title": "楂樼骇宸ュ叿",
             "callBack": "setMenu",
             "icon": url + "Img/a4.png",
             "param": "1",
             "height": 77,
-            "width": 120
+            "width": 100
         }],
-        "left": 115,
+        "left": 105,
         "title": "a3",
         "top": 35,
         "bottom": 0,
@@ -69,26 +68,25 @@
             "icon": url + "Img/a3.png",
             "param": "2",
             "height": 77,
-            "width": 120
+            "width": 100
         }],
-        "left": 115,
+        "left": 105,
         "title": "a4",
         "top": 35,
         "bottom": 0,
         "right": -1,
         "visible": "false",
         "direction": "wh"
-    },
-    {
+    }, {
         "children": [{
-            "title": "缁熻鍒嗘瀽",
-            "callBack": "fenX",
+            "title": "绌洪棿鏌ヨ",
+            "callBack": "kjcx",
             "icon": url + "Img/a6.png",
             "param": "1",
             "height": 77,
-            "width": 120
+            "width": 100
         }],
-        "left": 225,
+        "left": 205,
         "title": "a5",
         "top": 35,
         "bottom": 0,
@@ -98,21 +96,20 @@
     }, {
         "children": [{
             "title": "缁熻鍒嗘瀽",
-            "callBack": "fenX",
+            "callBack": "tjfx",
             "icon": url + "Img/a5.png",
-            "param": "2",
+            "param": "1",
             "height": 77,
-            "width": 120
+            "width": 100
         }],
-        "left": 225,
+        "left": 305,
         "title": "a6",
         "top": 35,
         "bottom": 0,
         "right": -1,
-        "visible": "false",
+        "visible": "true",
         "direction": "wh"
-    }
-    ]
+    }]
 };
 
 
@@ -144,14 +141,14 @@
             //TBAX.setLMenu(JSON.stringify(lMenu));
             TBAX.setFullBtn2(JSON.stringify(tMenu));
             sgworld.AttachEvent("OnLoadFinished", OnloadFished);
-        }, 2000);
+        }, 500);
 });
 
 //鍔犺浇瀹屾垚浜嬩欢
 function OnloadFished() {
     $("#bg").css("display", "none");
     TE.style.marginLeft = "0px";
-     sgworld.AttachEvent("OnLButtonDblClk", OnLButtonUp);
+    sgworld.AttachEvent("OnLButtonDblClk", OnLButtonUp);
 }
 
 function close() {

--
Gitblit v1.9.3