getLocation() {
				uni.chooseLocation({
					success: (res) => {
						console.log(res.longitude, res.latitude, res.address)
						this.dataFrom.address_name = res.address
						this.dataFrom.address = [res.longitude, res.latitude]
					},
					fail: (err) => {
						console.log(err)
					}
				})
			}

问题:chooseLocation不生效,点击没有效果,也不报错

原因:权限不足

解决办法:

 

 

 

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐