瀏覽代碼

修改地址获取方式

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…
取消
儲存