uni.getLocation({
type: 'wgs84',
success: function(res) {
console.log(111111)
console.log(res)
console.log('当前位置的经度:' + res.longitude);
console.log('当前位置的纬度:' + res.latitude);
this.latitude = res.latitude
this.longitude = res.longitude
}
});
success下的代码不运行,有大神知道怎么解决吗?
1***@qq.com (作者)
得配置微信js SDK
2019-12-31 11:30
1***@qq.com (作者)
获取位置:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html#38;
步骤:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html#1;
2019-12-31 11:33
1***@qq.com
回复 1***@qq.com: 谢谢,我试一下
2019-12-31 15:48
1***@qq.com
回复 1***@qq.com: 有简单的demo 吗,第一次配置这个,文档不是很懂
2020-01-02 14:37