摘要: 1.先使用微信自带方法wx.getLocation去获取经纬度。 wx.getLocation({ type: 'wgs84', //默认为 wgs84 返回 gps 坐标,gcj02 返回可用于 wx.openLocation 的坐标 success: function (res) { // su 阅读全文
posted @ 2018-10-24 16:07 昌子玩前端 阅读(221) 评论(0) 推荐(0)