wesmiler 6 년 전
부모
커밋
e33f1b417b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);