瀏覽代碼

js定位开启高精度定位

peiguo 4 年之前
父節點
當前提交
360b495f3c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      whepi-ui/templates/home/getLocation.js

+ 1 - 0
whepi-ui/templates/home/getLocation.js

@@ -13,6 +13,7 @@ function getLocation() {
   //return;
   wx.getLocation({
     type: 'wgs84',
+    isHighAccuracy: true,
     success: function (res) {
       // alert(JSON.stringify(res));