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) {