收藏
回答

公众号中chooseLocation打开后当前位置在服务器位置而不是使用者的定位,怎么解决?

用uni开发的公众号网页中调用uni.chooseLocation打开的页面标记点位置在深圳而不是是我设备的实际所在地

回答关注问题邀请回答
收藏

1 个回答

  • 朱先生
    朱先生
    2021-05-21
      	    let self=this
    		// 打开地图选择位置
    		uni.chooseLocation({
      		   success: function (res) {
    			self.address=res.address
    			self.latitude=res.latitude
    			self.longitude=res.longitude
    			self.covers = [{
      			    latitude: self.latitude,
      			    longitude: self.longitude,
    			    iconPath: ''
    				}];
    		},
    
    2021-05-21
    有用
    回复
登录 后发表内容
问题标签