From 29392d043ffbab8feb240cad5df279481f20b89c Mon Sep 17 00:00:00 2001 From: nesxy Date: Wed, 14 Aug 2019 03:57:58 +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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/view/home.vue b/src/view/home.vue index 4307938..6e6225c 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -462,8 +462,6 @@ export default { }, getCity(){ let _this = this - alert(BMap); - alert(new BMap) var geolocation = new BMap.Geolocation(); geolocation.getCurrentPosition(function(r) { if (this.getStatus() == BMAP_STATUS_SUCCESS) {