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