wesmiler 6 年之前
父節點
當前提交
2d4a84cfc0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/static/weixin/js/shop-map.js

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

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