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

+ 1 - 1
src/components/statistics/Statistically.vue

@@ -651,7 +651,7 @@ export default {
                 language: "zh-Hans",
                 getsUserLocation: true
             });
-            geocoder.lookup('成都', function (err, data) {
+            geocoder.lookup('中国四川省达州市', function (err, data) {
                 console.log(err);
                 
                 console.log(data);