Parcourir la source

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

“hanlingqiang il y a 3 ans
Parent
commit
ec4e53ac8e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {