liuhj 4 months ago
parent
commit
58e0f0bee0
1 changed files with 6 additions and 4 deletions
  1. 6 4
      src/components/statistics/Statistically.vue

+ 6 - 4
src/components/statistics/Statistically.vue

@@ -618,6 +618,8 @@ export default {
                 getsUserLocation: true
                 getsUserLocation: true
             });
             });
             geocoder.lookup(val, function (err, data) {
             geocoder.lookup(val, function (err, data) {
+                console.log(data);
+                
                 return data
                 return data
             });
             });
         },
         },
@@ -631,10 +633,10 @@ export default {
                     done(token);
                     done(token);
                 },
                 },
             });
             });
-            console.log(this.getonline('구의3동 587 동서울우편물류센터 4층'));
-            console.log(this.getonline('1061 Haupapa St, Private Bag 3029, Rotorua Mail Centre, Rotorua 3046, New Zealand'));
-            console.log(this.getonline('Av. Río San Joaquín 498-piso 2, suite 5, Amp Granada, Miguel Hidalgo, 11529 Ciudad de México, CDMX, 墨西哥'));
-            console.log(this.getonline('MQGH+RF 中央区 日本东京都'));
+            this.getonline('구의3동 587 동서울우편물류센터 4층');
+            this.getonline('1061 Haupapa St, Private Bag 3029, Rotorua Mail Centre, Rotorua 3046, New Zealand');
+            this.getonline('Av. Río San Joaquín 498-piso 2, suite 5, Amp Granada, Miguel Hidalgo, 11529 Ciudad de México, CDMX, 墨西哥');
+            this.getonline('MQGH+RF 中央区 日本东京都');
             
             
             
             
             var CALLOUT_OFFSET = new DOMPoint(-148, -78);
             var CALLOUT_OFFSET = new DOMPoint(-148, -78);