peiguo hace 4 años
padre
commit
adb4d6b73b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {