Procházet zdrojové kódy

修改地址获取方式

guessPrice
suizhijia před 5 roky
rodič
revize
ff5f65faa6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      496_dongfengqichen/pages/yuyue/yuyue.js

+ 1
- 1
496_dongfengqichen/pages/yuyue/yuyue.js Zobrazit soubor

@@ -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);
},

Načítá se…
Zrušit
Uložit