소스 검색

测试定位

peiguo 4 년 전
부모
커밋
adb4d6b73b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      whepi-ui/templates/home/getLocation.js

+ 1 - 1
whepi-ui/templates/home/getLocation.js

@@ -15,7 +15,7 @@ function getLocation() {
     type: 'wgs84',
     isHighAccuracy: true,
     success: function (res) {
-      // alert(JSON.stringify(res));
+      alert(JSON.stringify(res));
 
       var geocoder = new qq.maps.Geocoder({
         complete: function (result) {