d***@163.com
d***@163.com
  • 发布:2024-09-11 11:20
  • 更新:2024-09-11 20:27
  • 阅读:92

企微扫小程序uni.getLocation方法在ios系统未生效?

分类:uni-app

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不行???

用微信扫码 ios和安卓都可以打印

2024-09-11 11:20 负责人:无 分享
已邀请:
DCloud_heavensoft

DCloud_heavensoft

你把uni.getLocation换成wx.getLoaction也是一样的吧。看看是不是企微没有定位权限

要回复问题请先登录注册