收藏
回答

wx.openLacation 开发者工具有查看周边 手机上没有

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug openLocation 客户端 7.0.4 2.0.0

- 当前 Bug 的表现(可附上截图)

手机上没有查看周边的功能



- 预期表现


- 复现路径


- 提供一个最简复现 Demo

wx.getLocation({

type: 'gcj02', // 返回可以用于wx.openLocation的经纬度

success(res) {

const latitude = res.latitude

const longitude = res.longitude

wx.openLocation({

latitude,

longitude,

scale: 18,

name:'南湖路',

address:'13333333',

});

}

});


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

1 个回答

登录 后发表内容