Browse Source

修改地址获取方式

guessPrice
suizhijia 5 years ago
parent
commit
ff5f65faa6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      496_dongfengqichen/pages/yuyue/yuyue.js

+ 1
- 1
496_dongfengqichen/pages/yuyue/yuyue.js View File

@@ -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…
Cancel
Save