tianyun 2 gadi atpakaļ
vecāks
revīzija
376c27bfd9
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      simple-demo/location_point.html

+ 2 - 2
simple-demo/location_point.html

@@ -36,8 +36,8 @@
     const app = new Vue({
         el: '#app',
         data: {
-            longitude: "未知",
-            latitude: "未知",
+            longitude: "0",
+            latitude: "0",
             locationStr: "未知"
         },
         mounted: function () {