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