소스 검색

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));