Sfoglia il codice sorgente

修改地址获取方式

guessPrice
suizhijia 5 anni fa
parent
commit
ff5f65faa6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      496_dongfengqichen/pages/yuyue/yuyue.js

+ 1
- 1
496_dongfengqichen/pages/yuyue/yuyue.js Vedi 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…
Annulla
Salva