tianyun 2 년 전
부모
커밋
376c27bfd9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 () {