| }, | }, | ||||
| getUserLocation: function (e) { | getUserLocation: function (e) { | ||||
| wx.getLocation({ | wx.getLocation({ | ||||
| type: 'gcj02', //wgs84 | |||||
| type: 'wgs84', //wgs84 gcj02 | |||||
| success: (res) => { | success: (res) => { | ||||
| this.getDistributorList(res.longitude, res.latitude); | this.getDistributorList(res.longitude, res.latitude); | ||||
| }, | }, |