Jelajahi Sumber

测试定位

peiguo 4 tahun lalu
induk
melakukan
adb4d6b73b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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) {