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