Explorar el Código

服务圈地图默认显示比例缩小

“hanlingqiang hace 3 años
padre
commit
ec4e53ac8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/zhulao/views/circle/index.vue

+ 1 - 1
src/views/zhulao/views/circle/index.vue

@@ -276,7 +276,7 @@ export default {
       map = new AMapOut.Map('container_home', {
         // center: [117.743109, 36.862989],
         center: [that.longitude, that.latitude],
-        zoom: 13.1,
+        zoom: 12.6,
         resizeEnable: true,
       })
       map.on('click', function mapClick(e) {