航_hang
航_hang
  • 发布:2024-06-11 14:45
  • 更新:2024-06-12 15:04
  • 阅读:137

uni.chooseLocation h5 列表不显示

分类:uni-app

uni.chooseLocation({
success: function (res) {
console.log('位置名称:' + res.name);
console.log('详细地址:' + res.address);
console.log('纬度:' + res.latitude);
console.log('经度:' + res.longitude);
}
});

2024-06-11 14:45 负责人:无 分享
已邀请:
沈工

沈工

你是不是报还有No 'Access-Control-Allow-Origin' header的错误;本地运行的h5要跨域才行

要回复问题请先登录注册