소스 검색

修改地址获取方式

guessPrice
suizhijia 5 년 전
부모
커밋
ff5f65faa6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      496_dongfengqichen/pages/yuyue/yuyue.js

+ 1
- 1
496_dongfengqichen/pages/yuyue/yuyue.js 파일 보기

@@ -323,7 +323,7 @@ Component({
},
getUserLocation: function (e) {
wx.getLocation({
type: 'gcj02', //wgs84
type: 'wgs84', //wgs84 gcj02
success: (res) => {
this.getDistributorList(res.longitude, res.latitude);
},

Loading…
취소
저장