git 5 년 전
부모
커밋
a52fb3525b
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      pages/amap/amap.js

+ 4 - 2
pages/amap/amap.js

@@ -251,9 +251,11 @@
                         return;
                     }
                     latlngSign = mapData.vehicleLocation.longitude;
-                    if(!latlngSign && first){
+                    if(!latlngSign){
                         first = false;
-                        t.map.setZoomAndCenter(15,startEnd.start);
+                        if(first){
+                            t.map.setZoomAndCenter(15,startEnd.start);
+                        }
                         t.vehicle.setPosition(null);
                         t.vehicle.setMap(null);
                     }else{