数据驱动、坚持为客户提供有价值的服务和内容
通过调用小程序自带的API wx.getLocation获取用户当前位置的地理坐标
wx.getLocation({ type: 'gcj02', //返回可以用于wx.openLocation的经纬度 success(res) { console.log(res) } })