收藏
回答

微信更新7.0,使用wx.chooseLocation 开发,体验版都没有反应

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.chooseLocation 客户端 7.0 2.5.0


selectlocation: function() {

var that = this

wx.chooseLocation({

success: function(res) {

// success

console.log(res, res.latitude, res.longitude, '出发地')

that.setData({

departure: res.name,

so_lat: res.latitude,

so_lng: res.longitude

})

},

})

},


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容