yearning
21 小时以前 1d37c375fd114212ee1419c3bbdadc81d76666a4
src/views/h5/map/BaiduMap.vue
@@ -111,6 +111,7 @@
              const newPoint = new BMapGL.Point(that.userPosition.lng, that.userPosition.lat);
              that.map.setCenter(newPoint)
            }
            that.$emit('getPosition', { point: that.userPosition, address: positionAddressText })
        } else {
          that.$emit('getUserPositionStatus', { status: 'fail' })
        }