From adb9f7f76840776424e94dc8437cb981d493bea2 Mon Sep 17 00:00:00 2001 From: nesxy Date: Wed, 14 Aug 2019 03:46:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=99=BE=E5=BA=A6=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/view/home.vue b/src/view/home.vue index e944c1e..2bfb3e1 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -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) {