d***@163.com
d***@163.com
  • 发布:2024-09-11 12:03
  • 更新:2024-09-18 12:31
  • 阅读:94

【报Bug】 uni.getLocation api ios 端不好使

分类:uni小程序sdk

产品分类: uni小程序SDK

手机系统: iOS

手机系统版本号: iOS 16

手机厂商: 苹果

手机机型: 11 12 14

页面类型: vue

SDK版本号: "@dcloudio/uni-mp-weixin": "3.0.0-3080720230703001",

示例代码:

try {
console.log('trytrytry');
uni.getLocation({
type: 'wgs84',
success: function (res) {
console.log('当前位置的经度1:' + res);
},
fail: (err) => {
console.log('errerr 11', err);
},
complete: (res) => {
console.log('结束 1221', res);
},
});
} catch (error) {
console.log(error, 'error');
}
只能打印 trytrytry 其他的一行都打不出来

操作步骤:

看附件: ios手机端 企业微信 扫码 官网首页 的 微信小程序二维码 点击下面接口 -> 位置 -> 获取当前位置 获取位置 按钮

预期结果:

获取经纬度

实际结果:

按钮点击无效

bug描述:

uni.getLocation api ios 端不好使

看附件: ios手机端 企业微信 扫码 官网首页 的 微信小程序二维码 点击下面接口 -> 位置 -> 获取当前位置 获取位置 按钮

ios获取不到 安卓可以 急急急!

2024-09-11 12:03 负责人:无 分享
已邀请:
DCloud_iOS_XHY

DCloud_iOS_XHY

分类选错了是微信小程序

要回复问题请先登录注册