在index.vue中的onload函数,就执行了一个方法,结果什么也没打印出来
uni.getLocation({
type: 'gcj02',
success: function (res) {
console.log('当前位置的经度:' + res.longitude);
console.log('当前位置的纬度:' + res.latitude);
}
});
在index.vue中的onload函数,就执行了一个方法,结果什么也没打印出来
uni.getLocation({
type: 'gcj02',
success: function (res) {
console.log('当前位置的经度:' + res.longitude);
console.log('当前位置的纬度:' + res.latitude);
}
});
2 个回复
DCloud_UNI_Anne
用示例代码hello uni-app能出现你的问题吗?
2***@qq.com
请问您的这个问题解决了吗???