收藏
回答

getFuzzyLocation这个api ,ios调用没有反应,fail也没有输出,是为什么?

系统: ios

调用api : getFuzzyLocation

用户点击小程序-设置截图:

代码如下:

	uni.getFuzzyLocation({
					type: 'wgs84',//gcj02
					success: function(res) {
						that.checkAddress(res)
					},
					fail: function(fail) {
						uni.showToast({
						    title: '请去设置-位置信息打开授权',
						    duration: 3000
						});
					
					}
				});
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容