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) {