tml 5 luni în urmă
părinte
comite
14fc436a0f

+ 12 - 14
nngkxxdp/src/main/resources/static/naxsb/mobile/dqfwNewMobile.html

@@ -791,23 +791,23 @@
             
             var level = 14;
             if (id == 1) {
-              map.centerAndZoom(new BMapGL.Point(106.651444, 29.45682), 13);
+              map.centerAndZoom(new BMapGL.Point(106.651444, 29.48682), 13);
               level = 14;
             } else if (id == 2) {
-              map.centerAndZoom(new BMapGL.Point(106.76723874457288, 29.573276880811712), 13);
-              level = 14;
+              map.centerAndZoom(new BMapGL.Point(106.76723874457288, 29.583276880811712), 13);
+              level = 13;
             } else if (id == 3) {
-              map.centerAndZoom(new BMapGL.Point(106.69517131217539, 29.51577313312822), 13);
-              level = 15;
+              map.centerAndZoom(new BMapGL.Point(106.69517131217539, 29.53077313312822), 13);
+              level = 14;
             } else if (id == 4) {
-              map.centerAndZoom(new BMapGL.Point(106.559829995157, 29.501581648208534), 13);
-              level = 15;
+              map.centerAndZoom(new BMapGL.Point(106.559829995157, 29.528581648208534), 13);
+              level = 14;
             } else if (id == 5) {
-              map.centerAndZoom(new BMapGL.Point(106.72194027111843, 29.513690776940248), 13);
-              level = 16;
+              map.centerAndZoom(new BMapGL.Point(106.72194027111843, 29.519690776940248), 13);
+              level = 15;
             } else if (id == 6) {
-              map.centerAndZoom(new BMapGL.Point(106.70580793222035, 29.514020426917684), 13);
-              level = 16;
+              map.centerAndZoom(new BMapGL.Point(106.70580793222035, 29.519020426917684), 13);
+              level = 15;
             } else {
               map.centerAndZoom(new BMapGL.Point(106.651444, 29.48682), 13);
             }
@@ -872,7 +872,7 @@
                     textShadow: '0 0 4px #4B97F5',
                     textStrokeColor: "#4B97F5", 
                     textStrokeWidth: "4px", 
-                    fontSize: "18px",
+                    fontSize: "16px",
                     height: "20px",
                     lineHeight: "20px",
                     fontFamily: "微软雅黑"
@@ -1053,8 +1053,6 @@
           document.querySelector('.ztfwC').style.marginTop = `-${i}px`
         }, 50);
       },
-
-      
       zoomInStepByStep(currentZoom, maxZoom) {
         let that = this;
         if (currentZoom <= maxZoom) {

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/mobile/tdcrMobile.html

@@ -398,7 +398,7 @@
 
                 label.setStyle({
                     color: "#186FF0",
-                    fontSize: "18px",
+                    fontSize: "16px",
                     height: "auto",
                     lineHeight: "20px",
                     fontFamily: "微软雅黑",

+ 2 - 2
nngkxxdp/src/main/resources/static/naxsb/mobile/tdcrlistMobile.html

@@ -438,7 +438,7 @@
                         let map = new BMap.Map("mapcontainer");
                         map.enableScrollWheelZoom();
                         map.enableDragging();
-                        map.centerAndZoom(new BMap.Point(106.651444, 29.51982), 12);
+                        map.centerAndZoom(new BMap.Point(106.665444, 29.53982), 12);
                         map.setMapType(BMAP_NORMAL_MAP);
                         var pointList = data.features[0].geometry.coordinates[0][0];
                         let result = [];
@@ -529,7 +529,7 @@
                                 });
                                 label.setStyle({
                                     color: "#186FF0",
-                                    fontSize: "18px",
+                                    fontSize: "15px",
                                     height: "auto",
                                     lineHeight: "20px",
                                     fontFamily: "微软雅黑",

+ 4 - 4
nngkxxdp/src/main/resources/static/naxsb/mobile/ztcrdetailMobile.html

@@ -510,7 +510,7 @@
 
                 label.setStyle({
                     color: "#186FF0",
-                    fontSize: "18px",
+                    fontSize: "14px",
                     height: "auto",
                     lineHeight: "20px",
                     fontFamily: "微软雅黑",
@@ -581,12 +581,12 @@
                 map.enableScrollWheelZoom();
                 map.enableDragging();
                 if (!currPoints) {
-                    map.centerAndZoom(new BMap.Point(106.6438551, 29.480752), 17);
+                    map.centerAndZoom(new BMap.Point(106.6438551, 29.480752), 13);
                 } else {
                     let pList = currPoints.split('@');
                     pList.forEach(function (point) {
                         let arr = point.split(',');
-                        map.centerAndZoom(new BMap.Point(arr[0], arr[1]), 17);
+                        map.centerAndZoom(new BMap.Point(arr[0], arr[1]), 13);
                     });
                 }
                 var that = this;
@@ -631,7 +631,7 @@
 
                     label.setStyle({
                         color: "#186FF0",
-                        fontSize: "18px",
+                        fontSize: "16px",
                         height: "auto",
                         lineHeight: "20px",
                         fontFamily: "微软雅黑",