|
|
|
@ -464,7 +464,8 @@ export default { |
|
|
|
let _this = this |
|
|
|
// if (!this.BMap) return false |
|
|
|
// let BMap = this.BMap |
|
|
|
// alert(Bmap); |
|
|
|
alert(Bmap); |
|
|
|
alert(new Bmap) |
|
|
|
var geolocation = new Bmap.Geolocation(); |
|
|
|
geolocation.getCurrentPosition(function(r) { |
|
|
|
if (this.getStatus() == BMAP_STATUS_SUCCESS) { |
|
|
|
|