小程序
小游戏
企业微信
微信支付
扫描小程序码分享
- 当前 Bug 的表现(可附上截图)
击导航选择第三方百度地图,进入百度地图页面后返回页面会黑屏一下
- 预期表现
不应该黑屏以下
- 复现路径
每次都出现
- 提供一个最简复现 Demo
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
就是从这个页面返回微信小程序页面,感觉黑了一下,其他地图也有,不知道是不是本来就是这样的
也不能算是黑屏以下
麻烦给个代码片段看看(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
就官方给的案例,你可以案例试下
wx.getLocation({ type: 'gcj02', // 返回可以用于wx.openLocation的经纬度 success(res) { const latitude = res.latitude const longitude = res.longitude wx.openLocation({ latitude, longitude, scale: 18 }) }})这个端代码,给了经纬度
wx.getLocation({ type: 'gcj02', // 返回可以用于wx.openLocation的经纬度 success(res) { const latitude = res.latitude const longitude = res.longitude wx.openLocation({ latitude, longitude, scale: 18 }) }
})
这个端代码,给了经纬度
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
就是从这个页面返回微信小程序页面,感觉黑了一下,其他地图也有,不知道是不是本来就是这样的
也不能算是黑屏以下
麻烦给个代码片段看看(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
就官方给的案例,你可以案例试下
wx.getLocation({ type: 'gcj02', // 返回可以用于wx.openLocation的经纬度 success(res) { const latitude = res.latitude const longitude = res.longitude wx.openLocation({ latitude, longitude, scale: 18 }) }
})
这个端代码,给了经纬度