XWookey 3 년 전
부모
커밋
2b7f8fa8a8
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      pages/index/index.js

+ 3 - 3
pages/index/index.js

@@ -547,9 +547,9 @@ Page({
   //回到当前位置
   click_location_control(e) {
     //console.log("回到用户当前定位点");
-    let {
-      controlId
-    } = e;
+    // let {
+    //   controlId
+    // } = e;
     let mpCtx = wx.createMapContext("map");
     mpCtx.moveToLocation();
   },