提交 5e8a0331 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

refactor(map): h5 高德地图 内置浏览器调试容错 (question/156303)

上级 cc799473
......@@ -627,7 +627,9 @@ export default {
this._location = location
refreshLocation()
this.__onCompassChange = function (res) {
location.setRotation(res.direction)
if ('setRotation' in location) {
location.setRotation(res.direction)
}
}
uni.onCompassChange(this.__onCompassChange)
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册