wesmiler il y a 6 ans
Parent
commit
3827ec1c71
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      public/static/weixin/js/shop-map.js

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

@@ -114,7 +114,7 @@ var app = new Vue({
                                     _this.map.enableScrollWheelZoom();   //启用滚轮放大缩小,默认禁用
                                     _this.map.enableContinuousZoom();    //启用地图惯性拖拽,默认禁用
 
-                                    //_this.loadMark(_this.point);
+                                    _this.loadMark(_this.point);
                                     //alert('当前定位:'+JSON.stringify(r.point));
                                    // _this.loadMark(point);
                                 }