获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
latitude: 35.9608022731505,//要去的纬度-地址 longitude: 120.095464215016,//要去的经度-地址 name: "景点", 改成数字了 还是不行
地图调整页面空白?wx.getLocation({ type: 'gcj02', //默认为 wgs84 返回 gps 坐标,gcj02 返回可用于wx.openLocation的坐标 success: function (res) { console.log('sss'+res); wx.openLocation({//使用微信内置地图查看位置。 latitude: options.lats,//要去的纬度-地址 longitude: options.lngs,//要去的经度-地址 name: options.titles, scale: 18 }) } }) 微信8.0 2.25.4 真机 掉不出地图来 麻烦给看看
2022-09-26