wwf
18 小时以前 4e6f18dfa08e2f2f4f02aaa1b8e8e51852b7a9a1
src/views/h5/signup/BaiduMap.vue
@@ -32,8 +32,6 @@
  });
  return baiduMapPromise;
}
import { getCurrentPosition } from '@/utils/tool.js'
export default {
  name: 'BaiduMap',
  props: {
@@ -78,6 +76,7 @@
      map.enableScrollWheelZoom();
      this.map = map;
      this.$emit('ready', map);
      this.$emit('getMapStatus', 'success')
      this.getUserPosition()
    },
    async getUserPosition() {