wesmiler %!s(int64=6) %!d(string=hai) anos
pai
achega
e33f1b417b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/static/weixin/js/shop-map.js

+ 1 - 1
public/static/weixin/js/shop-map.js

@@ -110,7 +110,7 @@ var app = new Vue({
                                         sessionStorage.setItem('address', address)
                                     });
 
-                                    alert(JSON.stringify(res));
+                                   // alert(JSON.stringify(res));
                                     point = {lng: res.longitude, lat: res.latitude};
                                     var mk = new BMap.Marker(point);
                                     _this.map.addOverlay(mk);