获取当前位置坐标。
示例:
this.$geo.get((resData) => { this.lat = resData.data.locationLat this.lng = resData.data.locationLng })